From: Phil Blundell Date: Tue, 6 Jul 2004 10:49:45 +0000 (+0000) Subject: add FILES X-Git-Tag: Release-2010-05/1~18289 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d09e151a355492376e8a782f324a426a8f638182;p=openembedded.git add FILES BKrev: 40ea83c9Pm8b3B6gyLaWzXyNF0DR_g --- 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/ +} +