[oe-commits] [openembedded-core] 06/25: packagegroup-core-standalone-sdk-target: add libssp

git at git.openembedded.org git at git.openembedded.org
Tue Jun 27 12:45:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty-next
in repository openembedded-core.

commit f79d6fde9fdbb3007d57535f7d9331c01b4ebda7
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri Apr 7 14:38:13 2017 +1200

    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.
    
    (From OE-Core rev: 6c990655e35bb3a14d59555662ec5802c9980028)
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../packagegroups/packagegroup-core-standalone-sdk-target.bb         | 5 +++++
 1 file changed, 5 insertions(+)

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 274e11a..43fc599 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 \
+    "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list