diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-09-01 22:49:32 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-09-01 22:49:32 +0000 |
| commit | f19cf866982d04bbde0a007fca07ed5db66e3898 (patch) | |
| tree | 6eaf0af43b7b232583c965eda7672ff64f451a25 /meta/packages/tasks/task-sdk-host.bb | |
| parent | c6938aad87ce4b9ce25ecd020ecddfe62b319bcf (diff) | |
| download | poky-f19cf866982d04bbde0a007fca07ed5db66e3898.tar.gz | |
meta-toolchain: Change to be more generic and use package_ipk conf generation functions. Also rename task-poky-standalone-sdk-host to task-sdk-host and add copyright.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2638 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks/task-sdk-host.bb')
| -rw-r--r-- | meta/packages/tasks/task-sdk-host.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-sdk-host.bb b/meta/packages/tasks/task-sdk-host.bb new file mode 100644 index 0000000000..d238b46144 --- /dev/null +++ b/meta/packages/tasks/task-sdk-host.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2007 OpenedHand Ltd | ||
| 3 | # | ||
| 4 | |||
| 5 | DESCRIPTION = "Host packages for the standalone SDK or external toolchain" | ||
| 6 | PR = "r1" | ||
| 7 | LICENSE = "MIT" | ||
| 8 | ALLOW_EMPTY = "1" | ||
| 9 | |||
| 10 | inherit sdk | ||
| 11 | |||
| 12 | PACKAGES = "${PN}" | ||
| 13 | |||
| 14 | RDEPENDS_${PN} = "\ | ||
| 15 | binutils-cross-sdk \ | ||
| 16 | gcc-cross-sdk \ | ||
| 17 | gdb-cross-sdk \ | ||
| 18 | g++ \ | ||
| 19 | cpp \ | ||
| 20 | libgcc \ | ||
| 21 | libgcc-dev \ | ||
| 22 | libstdc++ \ | ||
| 23 | libstdc++-dev \ | ||
| 24 | " | ||
