From: Paul Eggleton Date: Tue, 20 Dec 2016 03:47:49 +0000 (+1300) Subject: packagegroup-core-standalone-sdk-target: add libssp X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c990655e35bb3a14d59555662ec5802c9980028;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git packagegroup-core-standalone-sdk-target: add libssp If you want to be able to use -fstack-protector then you need the runtime support - you can either write this yourself or use libssp supplied with GCC. If you're using GCC then it seems likely that you'd just be using libssp, so include in the SDK by default; however use RRECOMMENDS just in case it's been disabled or you aren't using GCC. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- 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 274e11a8b07..43fc599c738 100644 --- a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb +++ b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb @@ -12,3 +12,8 @@ RDEPENDS_${PN} = "\ libstdc++-dev \ ${LIBC_DEPENDENCIES} \ " + +RRECOMMENDS_${PN} = "\ + libssp \ + libssp-dev \ + "