generic-poky/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
Ross Burton ca52ca044e 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>
2015-09-28 12:00:21 +01:00

16 lines
255 B
BlitzBasic

SUMMARY = "Target packages for the standalone SDK"
PR = "r8"
LICENSE = "MIT"
inherit packagegroup
RDEPENDS_${PN} = "\
libgcc \
libgcc-dev \
libatomic \
libatomic-dev \
libstdc++ \
libstdc++-dev \
${LIBC_DEPENDENCIES} \
"