aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-11-25 13:46:58 +1030
committerKhem Raj <raj.khem@gmail.com>2010-11-25 14:32:10 -0800
commitf97aeb1d04686cd532b4b013b47002913695ea8f (patch)
treef97a6dbf8d0c4899b2b3518ff39175dad7809d9f /recipes/tasks
parentf3d49742fc81ae2dd086ead992bcc60529a2beda (diff)
downloadopenembedded-f97aeb1d04686cd532b4b013b47002913695ea8f.tar.gz
task-fso-toolchain-target.bb: Fix meta-toolchain-fso.
Previously, do_populate_sdk failed due to missing c++ dir. mv: cannot stat `/var/tmp/tb-clean-build/work/mipsel-oe-linux/meta-toolchain-fso-1.0-r1/sdk/image//usr/local/minimal/mipsel/mipsel-oe-linux/usr/include/c++': No such file or directory Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/tasks')
-rw-r--r--recipes/tasks/task-fso-toolchain-target.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tasks/task-fso-toolchain-target.bb b/recipes/tasks/task-fso-toolchain-target.bb
index 0580075b26..509c81dad1 100644
--- a/recipes/tasks/task-fso-toolchain-target.bb
+++ b/recipes/tasks/task-fso-toolchain-target.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Packages for a standalone SDK or external toolchain"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
-PR = "r2"
+PR = "r3"
PACKAGES = "${PN}"
@@ -27,6 +27,7 @@ RDEPENDS_${PN} = "\
locale-base-en-gb \
libgcc \
libstdc++ \
+ libstdc++-dev \
linux-libc-headers-dev \
\
libssl \