diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-09 12:17:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-09 14:20:14 +0000 |
commit | 786ef4df604c5e35f12c155b27cce9313b4ed1c2 (patch) | |
tree | 3452d9e23e0e6b99fc311a7e5665f72b28b49e59 /meta/recipes-core | |
parent | 06170c65acc707d52828c2518eeb9012f847e25e (diff) | |
download | poky-786ef4df604c5e35f12c155b27cce9313b4ed1c2.tar.gz |
uninative-tarball: Add libgcc
We ship libpthread with uninative. when uninative is active we're seeing
failures like:
libgcc_s.so.1 must be installed for pthread_cancel to work
Aborted
which is since we don't have a libgcc that matches libpthread. Add libgcc
to avoid these errors.
(From OE-Core rev: a134a7186b2266378bc0b08c134e169a943eedde)
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 a21d08b591..4aecf39b89 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb | |||
@@ -20,6 +20,7 @@ TOOLCHAIN_HOST_TASK = "\ | |||
20 | nativesdk-libxcrypt-compat \ | 20 | nativesdk-libxcrypt-compat \ |
21 | nativesdk-libnss-nis \ | 21 | nativesdk-libnss-nis \ |
22 | nativesdk-sdk-provides-dummy \ | 22 | nativesdk-sdk-provides-dummy \ |
23 | nativesdk-libgcc \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | INHIBIT_DEFAULT_DEPS = "1" | 26 | INHIBIT_DEFAULT_DEPS = "1" |