From 44f221b1cb3004a4e9a6ab25edc04451c255d0fe Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Sun, 14 Nov 2010 01:50:53 +0100 Subject: [PATCH] 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 --- recipes/lzma/lzma.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \ -- 2.39.5