task-sdk-sbox: switch to opkg
authorKoen Kooi <koen@openembedded.org>
Tue, 18 Nov 2008 13:32:02 +0000 (14:32 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 18 Nov 2008 13:32:02 +0000 (14:32 +0100)
packages/tasks/task-sdk-sbox.bb

index 2d73fe2..d50954a 100644 (file)
@@ -1,5 +1,5 @@
-DESCRIPTION = "SDK task for Scratchbox rootstraps incuding GPE/GTK bits"
-PR = "r6"
+DESCRIPTION = "SDK task for Scratchbox rootstraps"
+PR = "r7"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
@@ -8,6 +8,6 @@ RDEPENDS = "\
     gdb \
     sbrsh \
     fakeroot \
-    ipkg \
-    ipkg-utils \
+    opkg-nogpg \
+    opkg-utils \
     "