lzma: depends on zlib-native, spotted by Leon Woestenberg
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Oct 2006 18:00:15 +0000 (18:00 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 2 Oct 2006 18:00:15 +0000 (18:00 +0000)
packages/lzma/lzma-native_4.17.bb

index a6b3fff..4dd0bb5 100644 (file)
@@ -3,6 +3,8 @@ HOMEPAGE = "http://www.7-zip.org/"
 LICENSE = "LGPL"
 PR = "r2"
 
+DEPENDS = "zlib-native"
+
 SRC_URI = "http://www.7-zip.org/dl/lzma417.tar.bz2 \
           file://lzma-406-zlib-stream.patch;patch=1;pnum=2"
 S = "${WORKDIR}/SRC"