diff options
author | 2020-04-14 19:32:05 -0700 | |
---|---|---|
committer | 2020-09-10 13:21:40 +0100 | |
commit | 338b29de4073c98e8c39ce7dd9c1acfa00becb53 (patch) | |
tree | c2d5cdccb89c35b56ff5939de10e5ff8289d081c | |
parent | 6c03620d50b827c58716425009c638856144932e (diff) | |
download | poky-338b29de4073c98e8c39ce7dd9c1acfa00becb53.tar.gz poky-338b29de4073c98e8c39ce7dd9c1acfa00becb53.tar.bz2 poky-338b29de4073c98e8c39ce7dd9c1acfa00becb53.zip |
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)
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 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 += "\ nativesdk-libgcc \ nativesdk-libstdc++ \ nativesdk-libstdc++-dev \ + nativesdk-libstdc++-staticdev \ nativesdk-libtool \ nativesdk-pkgconfig \ nativesdk-glibc-utils \ |