aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2015-03-23 16:39:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-24 17:52:41 +0000
commit53bafb0d22a84186d215eb8f106ccff69f1b0480 (patch)
tree3356540715ed5a3f3484c9bdb7b00f4018b9eab6 /meta/recipes-support
parent3aae6a3c2786713115451f6b6fe151ba69369c1d (diff)
downloadopenembedded-core-contrib-53bafb0d22a84186d215eb8f106ccff69f1b0480.tar.gz
libunwind: use xz, because it fails to detect liblzma provided by lzma
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libunwind/libunwind.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc
index 6743b21fcf..2a65631b2c 100644
--- a/meta/recipes-support/libunwind/libunwind.inc
+++ b/meta/recipes-support/libunwind/libunwind.inc
@@ -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"