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
+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
+}