[oe-commits] Chong Lu : strace: add libunwind dependency

git at git.openembedded.org git at git.openembedded.org
Wed Nov 12 15:39:16 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 50985a40021c20c8620e82b431ff2da8e005845d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=50985a40021c20c8620e82b431ff2da8e005845d

Author: Chong Lu <Chong.Lu at windriver.com>
Date:   Wed Nov 12 10:09:52 2014 +0800

strace: add libunwind dependency

Add libunwind package dependency to solve following error:

configure: error: failed to find libunwind-ptrace.h

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-devtools/strace/strace_4.9.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/strace/strace_4.9.bb b/meta/recipes-devtools/strace/strace_4.9.bb
index f64c6ec..cce130d 100644
--- a/meta/recipes-devtools/strace/strace_4.9.bb
+++ b/meta/recipes-devtools/strace/strace_4.9.bb
@@ -21,6 +21,7 @@ PACKAGECONFIG_class-target ?= "libaio ${@bb.utils.contains('DISTRO_FEATURES', 'a
 
 PACKAGECONFIG[libaio] = "--enable-aio,--disable-aio,libaio"
 PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
+PACKAGECONFIG[libunwind] = "--with-libunwind, --without-libunwind, libunwind"
 
 export INCLUDES = "-I. -I./linux"
 



More information about the Openembedded-commits mailing list