git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0971ea
)
add FILES
author
Phil Blundell
<philb@gnu.org>
Tue, 6 Jul 2004 10:49:45 +0000
(10:49 +0000)
committer
Phil Blundell
<philb@gnu.org>
Tue, 6 Jul 2004 10:49:45 +0000
(10:49 +0000)
BKrev: 40ea83c9Pm8b3B6gyLaWzXyNF0DR_g
chkhinge/chkhinge_20040706.oe
patch
|
blob
|
history
diff --git
a/chkhinge/chkhinge_20040706.oe
b/chkhinge/chkhinge_20040706.oe
index
e69de29
..
1974d5a
100644
(file)
--- a/
chkhinge/chkhinge_20040706.oe
+++ b/
chkhinge/chkhinge_20040706.oe
@@
-0,0
+1,14
@@
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/chkhinge;date=${PV}"
+S = "${WORKDIR}/chkhinge"
+
+FILES_${PN} = "/bin"
+
+do_compile() {
+ oe_runmake
+}
+
+do_install() {
+ install -d ${D}/bin
+ install chkhinge ${D}/bin/
+}
+