summaryrefslogtreecommitdiff
path: root/chkhinge
diff options
context:
space:
mode:
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/
+}
+