mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
uninative-tarball: Add a dependency on nativesdk-glibc-dbg
This adds the debug symbols for the binaries included in the uninative tar ball. These are needed if one wants to run valgrind on a native binary when uninative is used. Or get complete backtraces using gdb. (From OE-Core rev: 13775feac21f0df50d4b3db19f6c79f10cf397f5) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6b624af071
commit
eff09fadaf
@@ -8,6 +8,7 @@ TOOLCHAIN_TARGET_TASK = ""
|
||||
# utf-16, cp1252 - binutils-windres
|
||||
TOOLCHAIN_HOST_TASK = "\
|
||||
nativesdk-glibc \
|
||||
nativesdk-glibc-dbg \
|
||||
nativesdk-glibc-gconv-ibm850 \
|
||||
nativesdk-glibc-gconv-iso8859-1 \
|
||||
nativesdk-glibc-gconv-utf-16 \
|
||||
|
||||
Reference in New Issue
Block a user