]> code.ossystems Code Review - openembedded-core.git/commitdiff
libunwind: use xz, because it fails to detect liblzma provided by lzma
authorAndreas Oberritter <obi@opendreambox.org>
Mon, 23 Mar 2015 15:39:41 +0000 (16:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Mar 2015 17:52:41 +0000 (17:52 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libunwind/libunwind.inc

index 6743b21fcf5b4eb32974178a9880931ee9151fb9..2a65631b2c89f8992680d112137698cb4c0c1f89 100644 (file)
@@ -8,7 +8,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
 inherit autotools
 
 PACKAGECONFIG ??= ""
-PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,lzma"
+PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
 
 EXTRA_OECONF_arm = "--enable-debug-frame"
 EXTRA_OECONF_aarch64 = "--enable-debug-frame"