From: Peter Kjellerstedt Date: Wed, 24 Feb 2021 20:53:32 +0000 (+0100) Subject: uninative-tarball: Add a dependency on nativesdk-glibc-dbg X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~8433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13775feac21f0df50d4b3db19f6c79f10cf397f5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index c4a6c96b4dc..bbdaebad947 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb @@ -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 \