mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 08:03:56 +00:00
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>
This commit is contained in:
parent
bb213d8e60
commit
5638e1fbea
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user