mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
This change specifies the libc dependancies in a generic fashion. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
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} \
|
|
"
|