From d165768b8e56a7d15922c8afe0f51251078c0b4d Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Tue, 14 Apr 2020 19:32:05 -0700 Subject: 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 Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-extended-tarball.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/meta') 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 \ -- cgit v1.2.3-54-g00ecf