aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-12-19 09:00:18 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-12-20 16:46:55 +1300
commitf6aeb6238456fb923b1717c4522bc23b0b05bac3 (patch)
tree0bcd7eddc7fc47e4daf2071a5276331b68eefc14
parente82a7f879419828b42b5cc71e6229c8235090f21 (diff)
downloadopenembedded-core-contrib-paule/libssp-sdk.tar.gz
packagegroup-core-standalone-sdk-target: add libssppaule/libssp-sdk
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 <paul.eggleton@linux.intel.com>
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb5
1 files changed, 5 insertions, 0 deletions
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 274e11a8b0..43fc599c73 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 \
+ "