[oe-commits] org.oe.dev lzma: depends on zlib-native, spotted by Leon Woestenberg

koen commit openembedded-commits at lists.openembedded.org
Mon Oct 2 18:08:32 UTC 2006


lzma: depends on zlib-native, spotted by Leon Woestenberg

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: f0096d0aa4db2a3d6fea86e4494e891b7103abb9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f0096d0aa4db2a3d6fea86e4494e891b7103abb9
Files:
1
packages/lzma/lzma-native_4.17.bb
Diffs:

#
# mt diff -r0888a421bcad0b48dc1a669660510841c8d22133 -rf0096d0aa4db2a3d6fea86e4494e891b7103abb9
#
# 
# 
# patch "packages/lzma/lzma-native_4.17.bb"
#  from [2889eb4158e765ef50d7a95ec30c0012b9193500]
#    to [3b44221a3cc20b5fc4bc2bf79778dc264cc5c6b5]
# 
============================================================
--- packages/lzma/lzma-native_4.17.bb	2889eb4158e765ef50d7a95ec30c0012b9193500
+++ packages/lzma/lzma-native_4.17.bb	3b44221a3cc20b5fc4bc2bf79778dc264cc5c6b5
@@ -1,8 +1,10 @@ PR = "r2"
 DESCRIPTION = "LZMA is a general compression method. LZMA provides high compression ratio and very fast decompression."
 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"






More information about the Openembedded-commits mailing list