From 50985a40021c20c8620e82b431ff2da8e005845d Mon Sep 17 00:00:00 2001 From: Chong Lu Date: Wed, 12 Nov 2014 10:09:52 +0800 Subject: 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 --- 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 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" -- cgit 1.2.3-korg