packages/mtd/mtd-utils-native.inc : dont override do_stage because we
authorGraeme Gregory <dp@xora.org.uk>
Wed, 10 Oct 2007 09:12:08 +0000 (09:12 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 10 Oct 2007 09:12:08 +0000 (09:12 +0000)
actually need the header files.

packages/mtd/mtd-utils-native.inc

index da9759f..45c34df 100644 (file)
@@ -2,9 +2,3 @@ inherit native
 DEPENDS = "zlib-native lzo-native"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils"
 
-do_stage () {
-        for binary in ${mtd_utils}; do
-                install -m 0755 $binary ${STAGING_BINDIR}
-        done
-}
-                                                                       
\ No newline at end of file