summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-03-06 09:03:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 11:55:38 -0800
commite1803f2702b83a10852d45d3f7c046bdbb856c30 (patch)
tree21ee5b19a8c4604fae2ce264203186428f52df49 /meta/recipes-extended
parentfef41fee468e1f7905ec29711f9fc5dc784d9720 (diff)
downloadpoky-e1803f2702b83a10852d45d3f7c046bdbb856c30.tar.gz
xz: split out liblzma as seperate packages
As usual, this creates problems for upgrade paths, but splitting out the lib is worth the short term hassle (From OE-Core rev: af1a2740bc47d355a3435fc5d36c47e48cb05ad2) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/xz/xz_5.0.3.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/recipes-extended/xz/xz_5.0.3.bb b/meta/recipes-extended/xz/xz_5.0.3.bb
index bae71ec5cf..e8f96b67cb 100644
--- a/meta/recipes-extended/xz/xz_5.0.3.bb
+++ b/meta/recipes-extended/xz/xz_5.0.3.bb
@@ -14,8 +14,15 @@ SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
14SRC_URI[md5sum] = "fefe52f9ecd521de2a8ce38c21a27574" 14SRC_URI[md5sum] = "fefe52f9ecd521de2a8ce38c21a27574"
15SRC_URI[sha256sum] = "10eb4df72dffb2fb14c3d2d82b450e72282ffcb9ee3908a8e5b392b8f09681bf" 15SRC_URI[sha256sum] = "10eb4df72dffb2fb14c3d2d82b450e72282ffcb9ee3908a8e5b392b8f09681bf"
16 16
17PR = "r0" 17PR = "r1"
18 18
19inherit autotools gettext 19inherit autotools gettext
20 20
21PACKAGES =+ "liblzma liblzma-dev liblzma-staticdev liblzma-dbg"
22
23FILES_liblzma = "${libdir}/liblzma*${SOLIBS}"
24FILES_liblzma-dev = "${includedir}/lzma* ${libdir}/liblzma*${SOLIBSDEV} ${libdir}/liblzma.la ${libdir}/pkgconfig/liblzma.pc"
25FILES_liblzma-staticdev = "${libdir}/liblzma.a"
26FILES_liblzma-dbg = "${libdir}/.debug/liblzma*"
27
21BBCLASSEXTEND = "native" 28BBCLASSEXTEND = "native"