aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lzma
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-11-14 01:50:53 +0100
committerAndrea Adami <andrea.adami@gmail.com>2010-11-14 01:55:44 +0100
commit44f221b1cb3004a4e9a6ab25edc04451c255d0fe (patch)
tree1ba3077bf2a346902ca10826b3674d2a1ca47035 /recipes/lzma
parentcc1f62cbe5a702c7b268bb8f886fec3e271e3c42 (diff)
downloadopenembedded-44f221b1cb3004a4e9a6ab25edc04451c255d0fe.tar.gz
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@gmail.com>
Diffstat (limited to 'recipes/lzma')
-rw-r--r--recipes/lzma/lzma.inc3
1 files changed, 1 insertions, 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 \