mtd-utils-native.inc: Drop lzo-native
authorTom Rini <tom_rini@mentor.com>
Mon, 7 Mar 2011 17:34:09 +0000 (10:34 -0700)
committerTom 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

index aaef4ac..b9dcc5a 100644 (file)
@@ -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"