aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mtd
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-24 03:02:34 +0000
committerChris Larson <clarson@kergoth.com>2004-12-24 03:02:34 +0000
commita5e68fb8c7d6e845cc678899a0fd8fbeb604fec2 (patch)
tree440cedd1bcd724cc934954054ef461beea7aab71 /packages/mtd
parent5a93585caae33fdedd27aefeb8b025000cde3101 (diff)
downloadopenembedded-a5e68fb8c7d6e845cc678899a0fd8fbeb604fec2.tar.gz
Merge oe-devel@oe-devel.bkbits.net:openembedded
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
Diffstat (limited to 'packages/mtd')
-rw-r--r--packages/mtd/mtd-utils-native_20041222.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/mtd/mtd-utils-native_20041222.bb b/packages/mtd/mtd-utils-native_20041222.bb
index e69de29bb2..0839cc5d0a 100644
--- a/packages/mtd/mtd-utils-native_20041222.bb
+++ b/packages/mtd/mtd-utils-native_20041222.bb
@@ -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
+}