]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-sdk: Add cpp, gettext and libstdc++
authorRichard Purdie <richard@openedhand.com>
Thu, 4 Oct 2007 20:35:13 +0000 (20:35 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 4 Oct 2007 20:35:13 +0000 (20:35 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2831 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-poky-sdk.bb

index 90d1afee5a810ad7f3ec5d61a5d31321e463ab55..24dd153a4312192df75d199b3d2b83ebfd207a45 100644 (file)
@@ -4,7 +4,7 @@
 
 DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
 DEPENDS = "task-poky"
-PR = "r1"
+PR = "r2"
 
 ALLOW_EMPTY = "1"
 #PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -20,13 +20,19 @@ RDEPENDS_task-poky-sdk = "\
     binutils \
     binutils-symlinks \
     coreutils \
+    cpp \
+    cpp-symlinks \
     diffutils \
     gcc \
     gcc-symlinks \
     g++ \
     g++-symlinks \
+    gettext \
     make \
     intltool \
+    libgcc-dev \
+    libstdc++ \
+    libstdc++-dev \
     perl-module-re \
     perl-module-text-wrap \
     pkgconfig \