mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-18 19:16:33 +00:00
libunwind: add PACKAGECONFIG for lzma
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
e0a1ac93f8
commit
380ac7dc14
@ -6,6 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3fced11d6df719b47505837a51c16ae5"
|
|||||||
SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
|
SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.gz"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
|
PACKAGECONFIG ??= ""
|
||||||
|
PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,lzma"
|
||||||
|
|
||||||
EXTRA_OECONF_arm = "--enable-debug-frame"
|
EXTRA_OECONF_arm = "--enable-debug-frame"
|
||||||
|
|
||||||
CFLAGS += "${ATOMICOPS}"
|
CFLAGS += "${ATOMICOPS}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user