lzma: do not stage target binary, DEPEND on zlib - close #1476
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Fri, 13 Oct 2006 10:44:16 +0000 (10:44 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 13 Oct 2006 10:44:16 +0000 (10:44 +0000)
packages/lzma/lzma_4.17.bb

index eae7e3d..f83ddd5 100644 (file)
@@ -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}
 }