[OE-core] [PATCH] packagegroup-core-standalone-sdk-target: ensure libatomic is in SDK

Ross Burton ross.burton at intel.com
Mon Sep 21 19:36:30 UTC 2015


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 ]

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../packagegroups/packagegroup-core-standalone-sdk-target.bb            | 2 ++
 1 file changed, 2 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 37f5e43..6997f39 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
 RDEPENDS_${PN} = "\
     libgcc \
     libgcc-dev \
+    libatomic \
+    libatomic-dev \
     libstdc++ \
     libstdc++-dev \
     ${LIBC_DEPENDENCIES} \
-- 
2.1.4




More information about the Openembedded-core mailing list