]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-oh-sdk: ship coreutils, diffutils, g++
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 27 Apr 2007 13:22:19 +0000 (13:22 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 27 Apr 2007 13:22:19 +0000 (13:22 +0000)
- coreutils for normal versions of tools
- diffutils for cmp

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1569 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index ac3aaec7469aeca481d2c39bf1b54ac447ad1ce6..1ca5e29746dbf530347a1f70a16931ea24b87932 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
-PR = "r12"
+PR = "r13"
 DEPENDS = "task-oh"
 ALLOW_EMPTY = "1"
 #PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -14,8 +14,12 @@ RDEPENDS_task-oh-sdk = "\
     automake \
     binutils \
     binutils-symlinks \
+    coreutils \
+    diffutils \
     gcc \
     gcc-symlinks \
+    g++ \
+    g++-symlinks \
     make \
     perl-module-re \
     perl-module-text-wrap \