diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2015-03-23 16:39:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-24 17:52:41 +0000 |
commit | 53bafb0d22a84186d215eb8f106ccff69f1b0480 (patch) | |
tree | 3356540715ed5a3f3484c9bdb7b00f4018b9eab6 /meta/recipes-support/libunwind | |
parent | 3aae6a3c2786713115451f6b6fe151ba69369c1d (diff) | |
download | openembedded-core-53bafb0d22a84186d215eb8f106ccff69f1b0480.tar.gz openembedded-core-53bafb0d22a84186d215eb8f106ccff69f1b0480.tar.bz2 openembedded-core-53bafb0d22a84186d215eb8f106ccff69f1b0480.zip |
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/libunwind')
-rw-r--r-- | meta/recipes-support/libunwind/libunwind.inc | 2 |
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" |