From 7e35762c471bbb398b9925b96fc955878751a78e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 13 Jul 2013 19:19:52 +0200 Subject: [PATCH] libunwind: add PACKAGECONFIG for lzma * it's autodetected from sysroot (From meta-openembedded rev: 380ac7dc1483d263bcbe6ce0cb2c69d9bcd4bcc7) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-oe/recipes-support/libunwind/libunwind.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-openembedded/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-openembedded/meta-oe/recipes-support/libunwind/libunwind.inc index 2e1504e..a5b7482 100644 --- a/meta-openembedded/meta-oe/recipes-support/libunwind/libunwind.inc +++ b/meta-openembedded/meta-oe/recipes-support/libunwind/libunwind.inc @@ -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}" -- 2.7.4