summaryrefslogtreecommitdiff
path: root/meta/packages/tasks
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-04-27 13:22:19 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-04-27 13:22:19 +0000
commit64d91d2b96991c1c8ce28f26f6f401a9b8bea9f6 (patch)
tree94d68ef3dee37974b59f432c06474d183c66f914 /meta/packages/tasks
parent82f775c3d80c91919e36c434377a8e48eda96b5e (diff)
downloadopenembedded-core-64d91d2b96991c1c8ce28f26f6f401a9b8bea9f6.tar.gz
openembedded-core-64d91d2b96991c1c8ce28f26f6f401a9b8bea9f6.tar.bz2
openembedded-core-64d91d2b96991c1c8ce28f26f6f401a9b8bea9f6.tar.xz
openembedded-core-64d91d2b96991c1c8ce28f26f6f401a9b8bea9f6.zip
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
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r--meta/packages/tasks/task-oh-sdk.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-oh-sdk.bb b/meta/packages/tasks/task-oh-sdk.bb
index ac3aaec74..1ca5e2974 100644
--- a/meta/packages/tasks/task-oh-sdk.bb
+++ b/meta/packages/tasks/task-oh-sdk.bb
@@ -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 \