]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildtools-extended-tarball: Add libstc++.a
authorJeremy Puhlman <jpuhlman@mvista.com>
Wed, 15 Apr 2020 02:32:05 +0000 (19:32 -0700)
committerSteve Sakoman <steve@sakoman.com>
Thu, 30 Apr 2020 21:59:59 +0000 (11:59 -1000)
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.

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>
meta/recipes-core/meta/buildtools-extended-tarball.bb

index dd780c5d57e64dbf7a518358e9c529a6f8966b29..e38967af3ff4502196c91e185ddfbd0b31611b5e 100644 (file)
@@ -23,6 +23,7 @@ TOOLCHAIN_HOST_TASK += "\
     nativesdk-libgcc \
     nativesdk-libstdc++ \
     nativesdk-libstdc++-dev \
+    nativesdk-libstdc++-staticdev \
     nativesdk-libtool \
     nativesdk-pkgconfig \
     nativesdk-glibc-utils \