diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2020-04-14 19:32:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-24 14:10:07 +0100 |
commit | 76b27d57a98d064491e80551671b64c2dd303ed9 (patch) | |
tree | da54c17450d4a5927eab28c50d2585ad91b6f873 | |
parent | aee7ed7b381cec07587659cfb15f14f9a6c8392c (diff) | |
download | poky-76b27d57a98d064491e80551671b64c2dd303ed9.tar.gz |
buildtools-extended-tarball: Add libstc++.a
Builds like native-openjdk, really wants a to link
some tools against the static version. Since when
using the extended tarball, its the only place to
get it, add the library.
(From OE-Core rev: 59c4a3fdbbfd5a6aaba7e0a1675dcd5866a7f3a4)
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-extended-tarball.bb b/meta/recipes-core/meta/buildtools-extended-tarball.bb index dd780c5d57..e38967af3f 100644 --- a/meta/recipes-core/meta/buildtools-extended-tarball.bb +++ b/meta/recipes-core/meta/buildtools-extended-tarball.bb | |||
@@ -23,6 +23,7 @@ TOOLCHAIN_HOST_TASK += "\ | |||
23 | nativesdk-libgcc \ | 23 | nativesdk-libgcc \ |
24 | nativesdk-libstdc++ \ | 24 | nativesdk-libstdc++ \ |
25 | nativesdk-libstdc++-dev \ | 25 | nativesdk-libstdc++-dev \ |
26 | nativesdk-libstdc++-staticdev \ | ||
26 | nativesdk-libtool \ | 27 | nativesdk-libtool \ |
27 | nativesdk-pkgconfig \ | 28 | nativesdk-pkgconfig \ |
28 | nativesdk-glibc-utils \ | 29 | nativesdk-glibc-utils \ |