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 <[email protected]>
---
 recipes/tasks/task-fso-toolchain-target.bb |    3 ++-
 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 0580075..509c81d 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 \
-- 
1.7.1


_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to