From: Chong Lu Date: Wed, 12 Nov 2014 02:09:52 +0000 (+0800) Subject: strace: add libunwind dependency X-Git-Tag: 2015-4~1199 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=50985a40021c20c8620e82b431ff2da8e005845d;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/strace/strace_4.9.bb b/meta/recipes-devtools/strace/strace_4.9.bb index f64c6ecac4..cce130d58c 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"