From: Chris Larson Date: Thu, 17 Dec 2009 05:16:31 +0000 (-0700) Subject: lzma-native: dep on zlib-native, not zlib X-Git-Tag: Release-2010-05/1~1262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b49682d1ba746f6ebdc6493df4511596711474b;p=openembedded.git lzma-native: dep on zlib-native, not zlib Signed-off-by: Chris Larson --- diff --git a/recipes/lzma/lzma-native_4.65.bb b/recipes/lzma/lzma-native_4.65.bb index e8427a7367..0bb42ea462 100644 --- a/recipes/lzma/lzma-native_4.65.bb +++ b/recipes/lzma/lzma-native_4.65.bb @@ -2,3 +2,4 @@ inherit native require lzma.inc PR = "${INC_PR}.1" +DEPENDS = "zlib-native"