git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eb5a3d
)
packages/mtd/mtd-utils-native.inc : dont override do_stage because we
author
Graeme Gregory
<dp@xora.org.uk>
Wed, 10 Oct 2007 09:12:08 +0000
(09:12 +0000)
committer
Graeme 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
patch
|
blob
|
history
diff --git
a/packages/mtd/mtd-utils-native.inc
b/packages/mtd/mtd-utils-native.inc
index
da9759f
..
45c34df
100644
(file)
--- a/
packages/mtd/mtd-utils-native.inc
+++ b/
packages/mtd/mtd-utils-native.inc
@@
-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