summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2020-04-14 19:32:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-05 08:45:30 +0100
commitd165768b8e56a7d15922c8afe0f51251078c0b4d (patch)
treecb6408b59464faa122df769dc6a2da93a70b4a76 /meta/recipes-core
parentb13c3781b505f3ce8f12ee009534be5c489fae32 (diff)
downloadpoky-d165768b8e56a7d15922c8afe0f51251078c0b4d.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: dfeca4d1e2442192aa40c420648cae2914c30be5) Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 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 \