summaryrefslogtreecommitdiffstats
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)
downloadpoky-64d91d2b96991c1c8ce28f26f6f401a9b8bea9f6.tar.gz
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 ac3aaec746..1ca5e29746 100644
--- a/meta/packages/tasks/task-oh-sdk.bb
+++ b/meta/packages/tasks/task-oh-sdk.bb
@@ -1,5 +1,5 @@
1DESCRIPTON = "Software Development Tasks for OpenedHand Poky" 1DESCRIPTON = "Software Development Tasks for OpenedHand Poky"
2PR = "r12" 2PR = "r13"
3DEPENDS = "task-oh" 3DEPENDS = "task-oh"
4ALLOW_EMPTY = "1" 4ALLOW_EMPTY = "1"
5#PACKAGEFUNCS =+ 'generate_sdk_pkgs' 5#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -14,8 +14,12 @@ RDEPENDS_task-oh-sdk = "\
14 automake \ 14 automake \
15 binutils \ 15 binutils \
16 binutils-symlinks \ 16 binutils-symlinks \
17 coreutils \
18 diffutils \
17 gcc \ 19 gcc \
18 gcc-symlinks \ 20 gcc-symlinks \
21 g++ \
22 g++-symlinks \
19 make \ 23 make \
20 perl-module-re \ 24 perl-module-re \
21 perl-module-text-wrap \ 25 perl-module-text-wrap \