[OE-core] [PATCH] self-hosted: Add libssp libraries to packagegroup/image

Saul Wold sgw at linux.intel.com
Wed Jun 5 22:57:15 UTC 2013


These libraries are needed to ensure when the -fstack-protector flags
are used the compile will complete and not fail due to missing libraries

[YOCTO #4586]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-self-hosted.bb |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
index 6dcc44a..ed73617 100644
--- a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb
@@ -75,6 +75,9 @@ RDEPENDS_packagegroup-self-hosted-sdk = "\
     intltool \
     ldd \
     less \
+    libssp \
+    libssp-dev \
+    libssp-staticdev \
     libstdc++ \
     libstdc++-dev \
     libtool \
-- 
1.7.10.4




More information about the Openembedded-core mailing list