aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-07 10:34:09 -0700
committerTom Rini <tom_rini@mentor.com>2011-03-07 10:51:51 -0700
commit66c7b423bbb83e66c610ececab08a2476470e674 (patch)
tree088d8a7865a2a16d1df4a87667db986c7fa7bd5e
parent69812cb4e71f454a730df481630dd53e7490625a (diff)
downloadopenembedded-66c7b423bbb83e66c610ececab08a2476470e674.tar.gz
mtd-utils-native.inc: Drop lzo-native
Which lzo is needed is handled by the recipe itself. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/mtd/mtd-utils-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mtd/mtd-utils-native.inc b/recipes/mtd/mtd-utils-native.inc
index aaef4ac666..b9dcc5a0bb 100644
--- 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"