diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-06-05 15:59:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-07 16:48:30 +0100 |
commit | 13b8798dfba913d172a0ce436e68ddcab8c73220 (patch) | |
tree | 6b2e88ae33629be73735bedafcd10592c04079a1 /meta | |
parent | d3e72d0ee25dcfef6a699c14574e9bb535edd65f (diff) | |
download | poky-13b8798dfba913d172a0ce436e68ddcab8c73220.tar.gz |
self-hosted: Add libssp libraries to packagegroup/image
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]
(From OE-Core rev: 543ede707a268ca17f972be54860e455b4de9e0b)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb index 6dcc44a0ba..ed73617081 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 = "\ | |||
75 | intltool \ | 75 | intltool \ |
76 | ldd \ | 76 | ldd \ |
77 | less \ | 77 | less \ |
78 | libssp \ | ||
79 | libssp-dev \ | ||
80 | libssp-staticdev \ | ||
78 | libstdc++ \ | 81 | libstdc++ \ |
79 | libstdc++-dev \ | 82 | libstdc++-dev \ |
80 | libtool \ | 83 | libtool \ |