diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-13 19:19:52 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2013-08-22 09:51:26 +0200 |
commit | 40cf3844e63e57d921d5a70dd79dbc59ed976c38 (patch) | |
tree | ff1b750897428bdcef050d9eb581c7eecfdbeb70 | |
parent | c113854a167cfb56d92076ab8b8a36dfb3f4e170 (diff) | |
download | meta-openembedded-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.inc | 3 |
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 f028766b6..637e57030 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" |