summaryrefslogtreecommitdiffstats
path: root/recipes/lzma
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2010-01-07 23:12:30 +0000
committerutx@penguin.cz <utx@penguin.cz>2010-01-07 23:12:30 +0000
commit2cada8a1fd757b17dca27255326bda6e0237c69d (patch)
tree8ead36522467472132b65c4966f95c693ebe3117 /recipes/lzma
parentdb5e6144271564e5440339492d2ba148cdada8bc (diff)
downloadopenembedded-2cada8a1fd757b17dca27255326bda6e0237c69d.tar.gz
lzma: Stage lzma binary, initramfs-kexecboot-image depends on it (removed do_stage and added NATIVE_INSTALL_WORKS).
Diffstat (limited to 'recipes/lzma')
-rw-r--r--recipes/lzma/lzma-native_4.65.bb1
-rw-r--r--recipes/lzma/lzma.inc8
2 files changed, 2 insertions, 7 deletions
diff --git a/recipes/lzma/lzma-native_4.65.bb b/recipes/lzma/lzma-native_4.65.bb
index 0bb42ea462..da05dfa7e0 100644
--- a/recipes/lzma/lzma-native_4.65.bb
+++ b/recipes/lzma/lzma-native_4.65.bb
@@ -1,4 +1,5 @@
inherit native
+NATIVE_INSTALL_WORKS = "1"
require lzma.inc
PR = "${INC_PR}.1"
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}
-}