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-10 16:45:51 +0100 |
| commit | a21363af892d83c66e84a6aeb0a402825cdf8dd7 (patch) | |
| tree | 662778efc0285b8f054352027b6deaec8fca42ab | |
| parent | 09d69c9d2a5da656b4106b22b272a3a4ca430992 (diff) | |
| download | poky-a21363af892d83c66e84a6aeb0a402825cdf8dd7.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 master rev: 543ede707a268ca17f972be54860e455b4de9e0b)
(From OE-Core rev: 803a23cbff1eaa92d6d94544f5ae68f3b01b5eda)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 \ |
