From 7b49682d1ba746f6ebdc6493df4511596711474b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 16 Dec 2009 22:16:31 -0700 Subject: lzma-native: dep on zlib-native, not zlib Signed-off-by: Chris Larson --- recipes/lzma/lzma-native_4.65.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg