Merge oe-devel@oe-devel.bkbits.net:openembedded
authorChris Larson <clarson@kergoth.com>
Fri, 24 Dec 2004 03:02:34 +0000 (03:02 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 24 Dec 2004 03:02:34 +0000 (03:02 +0000)
into handhelds.org:/home/kergoth/code/openembedded

2004/12/23 22:02:20-05:00 handhelds.org!kergoth
Correct an include directive in mtd-utils-native.  Thanks to rwhitby for spotting it.

BKrev: 41cb86caCZ0h08PMDh-OtbtRabqdsQ

packages/mtd/mtd-utils-native_20041222.bb

index e69de29..0839cc5 100644 (file)
@@ -0,0 +1,12 @@
+LICENSE = "GPLv2"
+SECTION = "base"
+include mtd-utils_${PV}.bb
+inherit native
+DEPENDS = "patcher-native zlib-native"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils"
+
+do_stage () {
+       for binary in ${mtd_utils}; do
+               install -m 0755 util/$binary ${STAGING_BINDIR}/
+       done
+}