aboutsummaryrefslogtreecommitdiffstats
path: root/chkhinge
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-06 10:49:45 +0000
committerPhil Blundell <philb@gnu.org>2004-07-06 10:49:45 +0000
commitd09e151a355492376e8a782f324a426a8f638182 (patch)
tree3f326ca307318bc4146fd1495d40497282bd550e /chkhinge
parentb0971ea26bbd54ff78150ed99d0af94af6dc3e42 (diff)
downloadopenembedded-d09e151a355492376e8a782f324a426a8f638182.tar.gz
add FILES
BKrev: 40ea83c9Pm8b3B6gyLaWzXyNF0DR_g
Diffstat (limited to 'chkhinge')
-rw-r--r--chkhinge/chkhinge_20040706.oe14
1 files changed, 14 insertions, 0 deletions
diff --git a/chkhinge/chkhinge_20040706.oe b/chkhinge/chkhinge_20040706.oe
index e69de29bb2..1974d5a43d 100644
--- 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/
+}
+