]> code.ossystems Code Review - openembedded-core.git/commitdiff
uninative-tarball: Add a dependency on nativesdk-glibc-dbg
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Wed, 24 Feb 2021 20:53:32 +0000 (21:53 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 14 Mar 2021 16:33:03 +0000 (16:33 +0000)
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.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/uninative-tarball.bb

index c4a6c96b4dc89ee79a232954709bb9402fa6b871..bbdaebad94728870c5cc6be55ad13166e18c36e2 100644 (file)
@@ -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 \