package-index: Add explicit DEPENDS on "ipkg-utils-native"
authorPaul Sokolovsky <pmiscml@gmail.com>
Tue, 19 Feb 2008 14:12:43 +0000 (14:12 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Tue, 19 Feb 2008 14:12:43 +0000 (14:12 +0000)
* Otherwise it relies that something else staged it. Good guess, but let's
be explicit.

packages/meta/package-index.bb

index 3d7d5f2..f52fb6c 100644 (file)
@@ -1,5 +1,6 @@
 DESCRIPTION = "Rebuild the package index"
 LICENSE = "MIT"
+DEPENDS = "ipkg-utils-native"
 
 INHIBIT_DEFAULT_DEPS = "1"
 ALLOW_EMPTY = "1"