diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-06 10:49:45 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-06 10:49:45 +0000 |
commit | d09e151a355492376e8a782f324a426a8f638182 (patch) | |
tree | 3f326ca307318bc4146fd1495d40497282bd550e | |
parent | b0971ea26bbd54ff78150ed99d0af94af6dc3e42 (diff) |
add FILES
BKrev: 40ea83c9Pm8b3B6gyLaWzXyNF0DR_g
-rw-r--r-- | chkhinge/chkhinge_20040706.oe | 14 |
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/ +} + |