task-poky-standalone-sdk-target: Add libgcc-dev and libstdc++-dev to allow compiling in meta-toolchain to work

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-06-08 13:13:18 +01:00
parent f8c0b93562
commit 40b0d41fd1
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
DESCRIPTION = "Target packages for the standalone SDK"
PR = "r4"
PR = "r5"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
@ -7,7 +7,9 @@ PACKAGES = "${PN} ${PN}-dbg"
RDEPENDS_${PN} = "\
libgcc \
libgcc-dev \
libstdc++ \
libstdc++-dev \
"
GLIBC_DEPENDENCIES = "\