All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] task-fso-toolchain-target.bb: Fix meta-toolchain-fso.
@ 2010-11-25  3:16 Graham Gower
  0 siblings, 0 replies; only message in thread
From: Graham Gower @ 2010-11-25  3:16 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-25  3:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-25  3:16 [PATCH] task-fso-toolchain-target.bb: Fix meta-toolchain-fso Graham Gower

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.