[OE-core] [PATCH 1/1] strace: add libunwind dependency

Chong Lu Chong.Lu at windriver.com
Wed Nov 12 02:09:52 UTC 2014


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>
---
 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"
 
-- 
1.9.1




More information about the Openembedded-core mailing list