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

View File

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