aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb
blob: 656c45232f7aba9db9ec24537ce917ac7899eb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "Target packages for the standalone SDK"
PR = "r7"
LICENSE = "MIT"

inherit packagegroup

RDEPENDS_${PN} = "\
    libgcc \
    libgcc-dev \
    libstdc++ \
    libstdc++-dev \
    ${LIBC_DEPENDENCIES} \
    "