From: Andreas Oberritter Date: Mon, 23 Mar 2015 15:39:41 +0000 (+0100) Subject: libunwind: use xz, because it fails to detect liblzma provided by lzma X-Git-Tag: 2015-4~41 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=53bafb0d22a84186d215eb8f106ccff69f1b0480;p=openembedded-core.git libunwind: use xz, because it fails to detect liblzma provided by lzma Signed-off-by: Andreas Oberritter Signed-off-by: Richard Purdie --- 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"