From: Andrea Adami Date: Sun, 14 Nov 2010 00:50:53 +0000 (+0100) Subject: lzma: remove unneeded dependency on zlib X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f221b1cb3004a4e9a6ab25edc04451c255d0fe;p=openembedded.git lzma: remove unneeded dependency on zlib * tested v. 4.65 against glibc and eglibc * dependency was in the old version 4.17 Signed-off-by: Andrea Adami --- diff --git a/recipes/lzma/lzma.inc b/recipes/lzma/lzma.inc index a7b7ad2058..c7e074c051 100644 --- a/recipes/lzma/lzma.inc +++ b/recipes/lzma/lzma.inc @@ -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 \