[OE-core] [PATCH] packagegroup-core-standalone-sdk-target: include static libs

Ben Shelton ben.shelton at ni.com
Mon Jul 28 18:26:30 UTC 2014


From: Richard Tollerton <rich.tollerton at 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.crisan at ni.com>
Acked-by: Brad Mouring <brad.mouring at ni.com>
Acked-by: Ken Sharp <ken.sharp at ni.com>
Signed-off-by: Richard Tollerton <rich.tollerton at ni.com>
Signed-off-by: Ben Shelton <ben.shelton at 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




More information about the Openembedded-core mailing list