mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
15 lines
249 B
BlitzBasic
15 lines
249 B
BlitzBasic
DESCRIPTION = "Target packages for the standalone SDK"
|
|
PR = "r6"
|
|
LICENSE = "MIT"
|
|
ALLOW_EMPTY = "1"
|
|
|
|
PACKAGES = "${PN} ${PN}-dbg"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
libgcc \
|
|
libgcc-dev \
|
|
libstdc++ \
|
|
libstdc++-dev \
|
|
${LIBC_DEPENDENCIES} \
|
|
"
|