diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 13:22:19 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-27 13:22:19 +0000 |
commit | 64d91d2b96991c1c8ce28f26f6f401a9b8bea9f6 (patch) | |
tree | 94d68ef3dee37974b59f432c06474d183c66f914 /meta | |
parent | 82f775c3d80c91919e36c434377a8e48eda96b5e (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/tasks/task-oh-sdk.bb | 6 |
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 @@ | |||
1 | DESCRIPTON = "Software Development Tasks for OpenedHand Poky" | 1 | DESCRIPTON = "Software Development Tasks for OpenedHand Poky" |
2 | PR = "r12" | 2 | PR = "r13" |
3 | DEPENDS = "task-oh" | 3 | DEPENDS = "task-oh" |
4 | ALLOW_EMPTY = "1" | 4 | ALLOW_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 \ |