mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f94450a40b
commit
c70dc37b90
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user