diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-11-12 10:09:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-12 15:38:33 +0000 |
commit | 5638e1fbead332c8143aa5aafbb7e6cb62ca59fc (patch) | |
tree | e0d358ab032cc57f9bfa4ba7dfa2f9cce138d147 /meta/recipes-devtools | |
parent | bb213d8e60746d61d80505487d5f14a4eb45231b (diff) | |
download | 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')
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.9.bb | 1 |
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 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 | |||
21 | 21 | ||
22 | PACKAGECONFIG[libaio] = "--enable-aio,--disable-aio,libaio" | 22 | PACKAGECONFIG[libaio] = "--enable-aio,--disable-aio,libaio" |
23 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" | 23 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" |
24 | PACKAGECONFIG[libunwind] = "--with-libunwind, --without-libunwind, libunwind" | ||
24 | 25 | ||
25 | export INCLUDES = "-I. -I./linux" | 26 | export INCLUDES = "-I. -I./linux" |
26 | 27 | ||