mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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"
|
||||
|
||||
inherit autotools
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,lzma"
|
||||
|
||||
EXTRA_OECONF_arm = "--enable-debug-frame"
|
||||
|
||||
CFLAGS += "${ATOMICOPS}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user