From: Jeremy Puhlman Date: Wed, 15 Apr 2020 02:32:05 +0000 (-0700) Subject: buildtools-extended-tarball: Add libstc++.a X-Git-Tag: uninative-2.9~1058 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=59c4a3fdbbfd5a6aaba7e0a1675dcd5866a7f3a4;p=openembedded-core.git 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. Signed-off-by: Jeremy Puhlman Signed-off-by: Richard Purdie --- 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 += "\ nativesdk-libgcc \ nativesdk-libstdc++ \ nativesdk-libstdc++-dev \ + nativesdk-libstdc++-staticdev \ nativesdk-libtool \ nativesdk-pkgconfig \ nativesdk-glibc-utils \