From d09e151a355492376e8a782f324a426a8f638182 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 6 Jul 2004 10:49:45 +0000 Subject: [PATCH] add FILES BKrev: 40ea83c9Pm8b3B6gyLaWzXyNF0DR_g --- chkhinge/chkhinge_20040706.oe | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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/ +} + -- 2.39.5