package-index: Fix DEPENDS.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 6 Jan 2007 09:41:04 +0000 (09:41 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 6 Jan 2007 09:41:04 +0000 (09:41 +0000)
* Actually depends on ipkg-utils-native, not ipkg-native.

packages/meta/package-index.bb

index eebc4ef..ca0ebfe 100644 (file)
@@ -1,8 +1,8 @@
 DESCRIPTION = "Rebuild the package index"
 LICENSE = "MIT"
-PR = "r0"
+PR = "r1"
 
-DEPENDS = "ipkg-native"
+DEPENDS = "ipkg-utils-native"
 
 INHIBIT_DEFAULT_DEPS = "1"
 ALLOW_EMPTY = "1"