Files
poky/meta/packages/tasks/task-poky-standalone-sdk-target.bb
Nitin A Kamble 675259c82c sdk-task: make libc dependancies generic
This change specifies the libc dependancies in a generic fashion.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-08-13 23:37:31 +01:00

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} \
"