diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2015-03-23 16:39:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-25 12:39:44 +0000 |
commit | c70dc37b90e42eb4960df7424f35477c8059ebc5 (patch) | |
tree | 553ffc85ddaf1b3cd67664e995ab8fdcfe83f3fe /meta/recipes-support/libunwind | |
parent | f94450a40b7044a6cf4ae1e1b87bfe59147bd87f (diff) | |
download | 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/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" | |||
8 | inherit autotools | 8 | inherit autotools |
9 | 9 | ||
10 | PACKAGECONFIG ??= "" | 10 | PACKAGECONFIG ??= "" |
11 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,lzma" | 11 | PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,xz" |
12 | 12 | ||
13 | EXTRA_OECONF_arm = "--enable-debug-frame" | 13 | EXTRA_OECONF_arm = "--enable-debug-frame" |
14 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" | 14 | EXTRA_OECONF_aarch64 = "--enable-debug-frame" |