summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-04-14 19:32:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-09 10:43:46 +0100
commit41c2398bfca866d9689cd030b174747e273c81a6 (patch)
treebbbb5aa07d3973c092ba4402d620dd8494202d6e
parent266d6cbcea71396c72e1cdda19ed8290c92c55fb (diff)
downloadpoky-41c2398bfca866d9689cd030b174747e273c81a6.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) (From OE-Core rev: 152709dec03bbac582ca63b65f2efb835e0b33fb) (From OE-Core rev: 5e3664e5f9a0dde07b0f8a56cdce1321456abaa5) (From OE-Core rev: 2cbc936110f1a5d9532b47439b6da1b12caa307b) 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.bb1
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 5a781730ed..37f9705613 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 \