From: Richard Tollerton <[email protected]> meta-toolchain ought to include static libs. This fixes an issue we saw where a compile against libsupc++.a failed due to the missing library.
Acked-by: Gratian Crisan <[email protected]> Acked-by: Brad Mouring <[email protected]> Acked-by: Ken Sharp <[email protected]> Signed-off-by: Richard Tollerton <[email protected]> Signed-off-by: Ben Shelton <[email protected]> --- .../packagegroups/packagegroup-core-standalone-sdk-target.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb index 5d1ce97..da57b36 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb @@ -9,6 +9,7 @@ RDEPENDS_${PN} = "\ libgcc-dev \ libstdc++ \ libstdc++-dev \ + libstdc++-staticdev \ ${LIBC_DEPENDENCIES} \ qemuwrapper-cross \ " -- 2.0.3 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
