[oe] [PATCH] task-slugos-toolchain-target: Add libstdc++-dev for C++ heades, bump PR

Tom Rini trini at kernel.crashing.org
Sat Apr 4 19:25:17 UTC 2009


After checking with mwester, this is the correct thing to do.
---

task-slugos-toolchain-target: Add libstdc++-dev for C++ heades, bump PR

---
 recipes/tasks/task-slugos-toolchain-target.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/tasks/task-slugos-toolchain-target.bb b/recipes/tasks/task-slugos-toolchain-target.bb
index 489a412..4f9df9b 100644
--- a/recipes/tasks/task-slugos-toolchain-target.bb
+++ b/recipes/tasks/task-slugos-toolchain-target.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Packages for a standalone SDK or external toolchain"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
-PR = "r1"
+PR = "r2"
 
 PACKAGES = "${PN}"
 
@@ -18,6 +18,7 @@ RDEPENDS_${PN} = "\
     libcrypto \
     openssl-dev \
     libstdc++ \
+    libstdc++-dev \
     "
 
 # Not sure if we need these or not...
-- 
1.5.6.3


-- 
Tom Rini




More information about the Openembedded-devel mailing list