packages/mtd/mtd-utils-native_1.0.0+git.bb : fix incomplete commit and
authorGraeme Gregory <dp@xora.org.uk>
Wed, 10 Oct 2007 10:14:43 +0000 (10:14 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 10 Oct 2007 10:14:43 +0000 (10:14 +0000)
bumped PR

packages/mtd/mtd-utils-native.inc
packages/mtd/mtd-utils-native_1.0.0+git.bb
packages/mtd/mtd-utils_1.0.0+git.bb

index 45c34df..8ac4673 100644 (file)
@@ -2,3 +2,13 @@ inherit native
 DEPENDS = "zlib-native lzo-native"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils"
 
+do_stage () {
+        install -d ${STAGING_INCDIR}/mtd
+        for f in ${S}/include/mtd/*.h; do
+                install -m 0644 $f ${STAGING_INCDIR}/mtd/
+        done
+        for binary in ${mtd_utils}; do
+                install -m 0755 $binary ${STAGING_BINDIR}
+        done
+}
+
index 8b14faa..33f9585 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 DEPENDS = "zlib lzo"
 HOMEPAGE = "http://www.linux-mtd.infradead.org/"
 LICENSE = "GPLv2"
-PR = "r5"
+PR = "r6"
 
 # This is the default package, thus we lock to a specific git version so 
 # upstream changes will not break builds.