[oe-commits] Martin Jansa : libunwind: add PACKAGECONFIG for lzma

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:25 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: 40cf3844e63e57d921d5a70dd79dbc59ed976c38
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=40cf3844e63e57d921d5a70dd79dbc59ed976c38

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Jul 13 19:19:52 2013 +0200

libunwind: add PACKAGECONFIG for lzma

* it's autodetected from sysroot

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 f028766..637e570 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"



More information about the Openembedded-commits mailing list