From: Marcin Juszkiewicz Date: Mon, 17 Mar 2008 13:21:43 +0000 (+0000) Subject: task-sdk-host: switched to opkg X-Git-Tag: 2011-1~9416 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=615844a766821a5b591b3ea4af910c8c61433312;p=openembedded-core.git task-sdk-host: switched to opkg Signed-off-by: Marcin Juszkiewicz git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4032 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- 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 @@ # DESCRIPTION = "Host packages for the standalone SDK or external toolchain" -PR = "r6" +PR = "r7" LICENSE = "MIT" ALLOW_EMPTY = "1" @@ -18,5 +18,5 @@ RDEPENDS_${PN} = "\ pkgconfig-sdk \ qemu-sdk \ qemu-helper-sdk \ - ipkg-sdk \ + opkg-sdk \ "