task-oh-sdk: ship coreutils, diffutils, g++

- 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
This commit is contained in:
Marcin Juszkiewicz 2007-04-27 13:22:19 +00:00
parent 82f775c3d8
commit 64d91d2b96
1 changed files with 5 additions and 1 deletions

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