aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-06-08 13:13:18 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-08 13:13:18 +0100
commit40b0d41fd10965ec823e44343fc4bf7941cc4ff8 (patch)
treed5e0681a0281925e4f322d1ffab893ee9880a35c
parentf8c0b93562f85674b51ee9a6b2c2a61d06788671 (diff)
downloadopenembedded-core-contrib-40b0d41fd10965ec823e44343fc4bf7941cc4ff8.tar.gz
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>
-rw-r--r--meta/packages/tasks/task-poky-standalone-sdk-target.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky-standalone-sdk-target.bb b/meta/packages/tasks/task-poky-standalone-sdk-target.bb
index e9384f5ecd..7b446eba7d 100644
--- a/meta/packages/tasks/task-poky-standalone-sdk-target.bb
+++ b/meta/packages/tasks/task-poky-standalone-sdk-target.bb
@@ -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 = "\