]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
packagegroup-core-standalone-sdk-target: add libssp paule/libssp-sdk
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 18 Dec 2016 20:00:18 +0000 (09:00 +1300)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 20 Dec 2016 03:46:55 +0000 (16:46 +1300)
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>
meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb

index 274e11a8b0754b4063affd434cb85b935110bfb4..43fc599c73873c8618387e721b1799492284aeec 100644 (file)
@@ -12,3 +12,8 @@ RDEPENDS_${PN} = "\
     libstdc++-dev \
     ${LIBC_DEPENDENCIES} \
     "
+
+RRECOMMENDS_${PN} = "\
+    libssp \
+    libssp-dev \
+    "