diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-17 13:21:43 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-17 13:21:43 +0000 |
commit | 615844a766821a5b591b3ea4af910c8c61433312 (patch) | |
tree | d5b01820cab7ec925c5d982aed00235844946abf /meta/packages/tasks | |
parent | 7177c20ad7d2f79a6979476696a1941efa6c3566 (diff) | |
download | poky-615844a766821a5b591b3ea4af910c8c61433312.tar.gz |
task-sdk-host: switched to opkg
Signed-off-by: Marcin Juszkiewicz <hrw@openedhand.com>
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4032 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r-- | meta/packages/tasks/task-sdk-host.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/tasks/task-sdk-host.bb b/meta/packages/tasks/task-sdk-host.bb index 3540c891c2..39dc0b428b 100644 --- a/meta/packages/tasks/task-sdk-host.bb +++ b/meta/packages/tasks/task-sdk-host.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTION = "Host packages for the standalone SDK or external toolchain" | 5 | DESCRIPTION = "Host packages for the standalone SDK or external toolchain" |
6 | PR = "r6" | 6 | PR = "r7" |
7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
8 | ALLOW_EMPTY = "1" | 8 | ALLOW_EMPTY = "1" |
9 | 9 | ||
@@ -18,5 +18,5 @@ RDEPENDS_${PN} = "\ | |||
18 | pkgconfig-sdk \ | 18 | pkgconfig-sdk \ |
19 | qemu-sdk \ | 19 | qemu-sdk \ |
20 | qemu-helper-sdk \ | 20 | qemu-helper-sdk \ |
21 | ipkg-sdk \ | 21 | opkg-sdk \ |
22 | " | 22 | " |