diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2021-02-24 21:53:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-14 16:33:59 +0000 |
commit | eff09fadaf545abfe0b9d1d423505117b4a26113 (patch) | |
tree | 6a8dde36f87a72a5e866ba2714299250a045382b /meta/recipes-core | |
parent | 6b624af0717ece727fda4471628afa1a7303cfab (diff) | |
download | poky-eff09fadaf545abfe0b9d1d423505117b4a26113.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/uninative-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index c4a6c96b4d..bbdaebad94 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
@@ -8,6 +8,7 @@ TOOLCHAIN_TARGET_TASK = "" | |||
8 | # utf-16, cp1252 - binutils-windres | 8 | # utf-16, cp1252 - binutils-windres |
9 | TOOLCHAIN_HOST_TASK = "\ | 9 | TOOLCHAIN_HOST_TASK = "\ |
10 | nativesdk-glibc \ | 10 | nativesdk-glibc \ |
11 | nativesdk-glibc-dbg \ | ||
11 | nativesdk-glibc-gconv-ibm850 \ | 12 | nativesdk-glibc-gconv-ibm850 \ |
12 | nativesdk-glibc-gconv-iso8859-1 \ | 13 | nativesdk-glibc-gconv-iso8859-1 \ |
13 | nativesdk-glibc-gconv-utf-16 \ | 14 | nativesdk-glibc-gconv-utf-16 \ |