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:
69812cb
)
mtd-utils-native.inc: Drop lzo-native
author
Tom Rini
<tom_rini@mentor.com>
Mon, 7 Mar 2011 17:34:09 +0000
(10:34 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 7 Mar 2011 17:51:51 +0000
(10:51 -0700)
Which lzo is needed is handled by the recipe itself.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/mtd/mtd-utils-native.inc
patch
|
blob
|
history
diff --git
a/recipes/mtd/mtd-utils-native.inc
b/recipes/mtd/mtd-utils-native.inc
index
aaef4ac
..
b9dcc5a
100644
(file)
--- a/
recipes/mtd/mtd-utils-native.inc
+++ b/
recipes/mtd/mtd-utils-native.inc
@@
-1,5
+1,5
@@
inherit native
-DEPENDS = "zlib-native
lzo-native
"
+DEPENDS = "zlib-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/mtd-utils"
NATIVE_INSTALL_WORKS = "1"