blob: c8b5623bf5016818cf1e1fc7dc1e9083c63f08c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "Target packages for the standalone SDK"
PR = "r8"
LICENSE = "MIT"
inherit packagegroup
# For backwards compatibility after rename
RPROVIDES_${PN} = "task-core-standalone-sdk-target"
RREPLACES_${PN} = "task-core-standalone-sdk-target"
RCONFLICTS_${PN} = "task-core-standalone-sdk-target"
RPROVIDES_${PN}-dbg = "task-core-standalone-sdk-target-dbg"
RREPLACES_${PN}-dbg = "task-core-standalone-sdk-target-dbg"
RCONFLICTS_${PN}-dbg = "task-core-standalone-sdk-target-dbg"
RDEPENDS_${PN} = "\
libgcc \
libgcc-dev \
libstdc++ \
libstdc++-dev \
${LIBC_DEPENDENCIES} \
"
|