aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2014-08-31 01:34:45 +0200
committerAndreas Oberritter <obi@opendreambox.org>2015-04-22 10:07:59 +0200
commitb5a54405c90594e65d34c30996753792946f0d94 (patch)
treef2e53cca651a9cafc82cf7c0ab288b99cbfd19c3
parentf1067c327608c22be4e7105f00c2345512c243b3 (diff)
downloadmeta-openembedded-contrib-b5a54405c90594e65d34c30996753792946f0d94.tar.gz
libunwind: use xz, because it fails to detect liblzma provided by lzma
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta-oe/recipes-support/libunwind/libunwind.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc
index a5b7482163..4dd85d358a 100644
--- a/meta-oe/recipes-support/libunwind/libunwind.inc
+++ b/meta-oe/recipes-support/libunwind/libunwind.inc
@@ -8,7 +8,7 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.
inherit autotools
PACKAGECONFIG ??= ""
-PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,lzma"
+PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz"
EXTRA_OECONF_arm = "--enable-debug-frame"