lzma: remove unneeded dependency on zlib
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 14 Nov 2010 00:50:53 +0000 (01:50 +0100)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 14 Nov 2010 00:55:44 +0000 (01:55 +0100)
* tested v. 4.65 against glibc and eglibc
* dependency was in the old version 4.17

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
recipes/lzma/lzma.inc

index a7b7ad2..c7e074c 100644 (file)
@@ -1,8 +1,7 @@
 DESCRIPTION = "LZMA is a general compression method. LZMA provides high compression ratio and very fast decompression."
 HOMEPAGE = "http://www.7-zip.org/"
 LICENSE = "LGPL"
-DEPENDS = "zlib"
-INC_PR = "r4"
+INC_PR = "r5"
 
 SRC_URI = "http://downloads.sourceforge.net/sevenzip/lzma${@bb.data.getVar('PV',d,1).replace('.','')}.tar.bz2 \
            file://001-large_files.patch \