aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-13 19:19:52 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commit40cf3844e63e57d921d5a70dd79dbc59ed976c38 (patch)
treeff1b750897428bdcef050d9eb581c7eecfdbeb70
parentc113854a167cfb56d92076ab8b8a36dfb3f4e170 (diff)
downloadmeta-openembedded-contrib-40cf3844e63e57d921d5a70dd79dbc59ed976c38.tar.gz
libunwind: add PACKAGECONFIG for lzma
* it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/libunwind/libunwind.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libunwind/libunwind.inc b/meta-oe/recipes-support/libunwind/libunwind.inc
index f028766b6f..637e570309 100644
--- a/meta-oe/recipes-support/libunwind/libunwind.inc
+++ b/meta-oe/recipes-support/libunwind/libunwind.inc
@@ -7,6 +7,9 @@ SRC_URI = "http://download.savannah.nongnu.org/releases/${BPN}/${BPN}-${PV}.tar.
inherit autotools
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[lzma] = "--enable-minidebuginfo,--disable-minidebuginfo,lzma"
+
EXTRA_OECONF_arm = "--enable-debug-frame"
BBCLASSEXTEND = "native"