git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7560299
)
lzma: do not stage target binary, DEPEND on zlib - close #1476
author
Leon Woestenberg
<leon.woestenberg@gmail.com>
Fri, 13 Oct 2006 10:44:16 +0000
(10:44 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Fri, 13 Oct 2006 10:44:16 +0000
(10:44 +0000)
packages/lzma/lzma_4.17.bb
patch
|
blob
|
history
diff --git
a/packages/lzma/lzma_4.17.bb
b/packages/lzma/lzma_4.17.bb
index
eae7e3d
..
f83ddd5
100644
(file)
--- a/
packages/lzma/lzma_4.17.bb
+++ b/
packages/lzma/lzma_4.17.bb
@@
-1,7
+1,8
@@
DESCRIPTION = "LZMA is a general compression method. LZMA provides high compression ratio and very fast decompression."
HOMEPAGE = "http://www.7-zip.org/"
LICENSE = "LGPL"
-PR = "r0"
+DEPENDS = "zlib"
+PR = "r1"
SRC_URI = "http://www.7-zip.org/dl/lzma417.tar.bz2 \
file://lzma-406-zlib-stream.patch;patch=1;pnum=2"
@@
-31,6
+32,5
@@
do_install() {
}
do_stage () {
- install -m 0755 7zip/Compress/LZMA_Alone/lzma ${STAGING_BINDIR}
oe_libinstall -a -C 7zip/Compress/LZMA_Lib liblzma ${STAGING_LIBDIR}
}