[oe-commits] Andreas Oberritter : libunwind: use xz, because it fails to detect liblzma provided by lzma

git at git.openembedded.org git at git.openembedded.org
Wed Mar 25 12:40:34 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 53bafb0d22a84186d215eb8f106ccff69f1b0480
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=53bafb0d22a84186d215eb8f106ccff69f1b0480

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Mar 23 16:39:41 2015 +0100

libunwind: use xz, because it fails to detect liblzma provided by lzma

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libunwind/libunwind.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"



More information about the Openembedded-commits mailing list