[oe-commits] Andrea Adami : lzma: remove unneeded dependency on zlib

git version control git at git.openembedded.org
Sun Nov 14 01:03:25 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 44f221b1cb3004a4e9a6ab25edc04451c255d0fe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=44f221b1cb3004a4e9a6ab25edc04451c255d0fe

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Sun Nov 14 01:50:53 2010 +0100

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 <andrea.adami at gmail.com>

---

 recipes/lzma/lzma.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/lzma/lzma.inc b/recipes/lzma/lzma.inc
index a7b7ad2..c7e074c 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 \





More information about the Openembedded-commits mailing list