summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-09-21 20:34:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-28 12:00:21 +0100
commitca52ca044ecb7f20707eca07b37c57e1055d14a8 (patch)
tree32ce37effc17ddb483fd8a2598f4033cdedd6918 /meta/recipes-core/packagegroups
parent6d68ba98f34260d140b7b240838b8213625d4305 (diff)
downloadpoky-ca52ca044ecb7f20707eca07b37c57e1055d14a8.tar.gz
packagegroup-core-standalone-sdk-target: ensure libatomic is in SDK
Some architectures (such as MIPS) need libatomic from gcc-runtime to perform atomic operations, so this package should be included in all SDKs. [ YOCTO #8274 ] (From OE-Core rev: 55e8067d3fb6a1fc97b4486e28e3e3bae2b5cd00) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/packagegroups')
-rw-r--r--meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb2
1 files changed, 2 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 37f5e43a7d..6997f396bf 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
@@ -7,6 +7,8 @@ inherit packagegroup
7RDEPENDS_${PN} = "\ 7RDEPENDS_${PN} = "\
8 libgcc \ 8 libgcc \
9 libgcc-dev \ 9 libgcc-dev \
10 libatomic \
11 libatomic-dev \
10 libstdc++ \ 12 libstdc++ \
11 libstdc++-dev \ 13 libstdc++-dev \
12 ${LIBC_DEPENDENCIES} \ 14 ${LIBC_DEPENDENCIES} \