blob: 6997f396bf9be8152d96234e5f0e33810d064a96 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Target packages for the standalone SDK"
2PR = "r8"
3LICENSE = "MIT"
4
5inherit packagegroup
6
7RDEPENDS_${PN} = "\
8 libgcc \
9 libgcc-dev \
Patrick Williamsf1e5d692016-03-30 15:21:19 -050010 libatomic \
11 libatomic-dev \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012 libstdc++ \
13 libstdc++-dev \
14 ${LIBC_DEPENDENCIES} \
15 "