From: Richard Tollerton <rich.toller...@ni.com>

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 <gratian.cri...@ni.com>
Acked-by: Brad Mouring <brad.mour...@ni.com>
Acked-by: Ken Sharp <ken.sh...@ni.com>
Signed-off-by: Richard Tollerton <rich.toller...@ni.com>
Signed-off-by: Ben Shelton <ben.shel...@ni.com>
---
 .../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
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to