diff options
author | Chris Larson <clarson@mvista.com> | 2009-12-16 22:16:31 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-12-17 07:27:06 -0700 |
commit | 7b49682d1ba746f6ebdc6493df4511596711474b (patch) | |
tree | 64581109776aa676ad6e9f012d7587259f510ab1 /recipes | |
parent | 727b276ed3d414662f19ec66e80f7b3dc029bca5 (diff) |
lzma-native: dep on zlib-native, not zlib
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 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" |