aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lzma/lzma.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lzma/lzma.inc')
-rw-r--r--recipes/lzma/lzma.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes/lzma/lzma.inc b/recipes/lzma/lzma.inc
index 4d31a44cd0..e51de9596a 100644
--- a/recipes/lzma/lzma.inc
+++ b/recipes/lzma/lzma.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "LZMA is a general compression method. LZMA provides high compress
HOMEPAGE = "http://www.7-zip.org/"
LICENSE = "LGPL"
DEPENDS = "zlib"
-INC_PR = "r3"
+INC_PR = "r4"
SRC_URI = "http://downloads.sourceforge.net/sevenzip/lzma${@bb.data.getVar('PV',d,1).replace('.','')}.tar.bz2 \
file://001-large_files.patch;patch=1 \
@@ -36,9 +36,3 @@ do_install() {
install -m 0755 CPP/7zip/Compress/LZMA_Alone/lzma ${D}${bindir}
oe_libinstall -a -C C/LzmaUtil liblzma ${D}${libdir}
}
-
-do_stage () {
- install --d ${STAGING_INCDIR}/lzma
- install -m 0644 C/*.h ${STAGING_INCDIR}/lzma
- oe_libinstall -a -C C/LzmaUtil liblzma ${STAGING_LIBDIR}
-}