summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-11-12 10:09:52 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-12 15:38:33 +0000
commit5638e1fbead332c8143aa5aafbb7e6cb62ca59fc (patch)
treee0d358ab032cc57f9bfa4ba7dfa2f9cce138d147 /meta/recipes-devtools/strace
parentbb213d8e60746d61d80505487d5f14a4eb45231b (diff)
downloadast2050-yocto-poky-5638e1fbead332c8143aa5aafbb7e6cb62ca59fc.zip
ast2050-yocto-poky-5638e1fbead332c8143aa5aafbb7e6cb62ca59fc.tar.gz
strace: add libunwind dependency
Add libunwind package dependency to solve following error: configure: error: failed to find libunwind-ptrace.h (From OE-Core rev: 50985a40021c20c8620e82b431ff2da8e005845d) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace')
-rw-r--r--meta/recipes-devtools/strace/strace_4.9.bb1
1 files changed, 1 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud