[oe-commits] Chris Larson : lzma-native: dep on zlib-native, not zlib

git version control git at git.openembedded.org
Tue Dec 22 09:48:04 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 7b49682d1ba746f6ebdc6493df4511596711474b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7b49682d1ba746f6ebdc6493df4511596711474b

Author: Chris Larson <clarson at mvista.com>
Date:   Wed Dec 16 22:16:31 2009 -0700

lzma-native: dep on zlib-native, not zlib

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/lzma/lzma-native_4.65.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/lzma/lzma-native_4.65.bb b/recipes/lzma/lzma-native_4.65.bb
index e8427a7..0bb42ea 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"





More information about the Openembedded-commits mailing list