summaryrefslogtreecommitdiffstats
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-25 12:39:44 +0000
commitc70dc37b90e42eb4960df7424f35477c8059ebc5 (patch)
tree553ffc85ddaf1b3cd67664e995ab8fdcfe83f3fe /meta/recipes-support
parentf94450a40b7044a6cf4ae1e1b87bfe59147bd87f (diff)
downloadast2050-yocto-poky-c70dc37b90e42eb4960df7424f35477c8059ebc5.zip
ast2050-yocto-poky-c70dc37b90e42eb4960df7424f35477c8059ebc5.tar.gz
libunwind: use xz, because it fails to detect liblzma provided by lzma
(From OE-Core rev: 53bafb0d22a84186d215eb8f106ccff69f1b0480) 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 6743b21..2a65631 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"
OpenPOWER on IntegriCloud