From: Jeremy Puhlman Date: Wed, 15 Apr 2020 02:32:05 +0000 (-0700) Subject: buildtools-extended-tarball: Add libstc++.a X-Git-Tag: 2020-04.1-dunfell~111 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dfeca4d1e2442192aa40c420648cae2914c30be5;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 Signed-off-by: Steve Sakoman --- 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 \