summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-02-19 14:12:43 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2008-02-19 14:12:43 +0000
commite769e8d1651227d771916b70afaf1138b0ac8925 (patch)
tree535229388f352e4871e7b3326e3db35acc71eba8
parent69a548babd09de74824c803379fba75719afe084 (diff)
package-index: Add explicit DEPENDS on "ipkg-utils-native"
* Otherwise it relies that something else staged it. Good guess, but let's be explicit.
-rw-r--r--packages/meta/package-index.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/meta/package-index.bb b/packages/meta/package-index.bb
index 3d7d5f2839..f52fb6c72b 100644
--- a/packages/meta/package-index.bb
+++ b/packages/meta/package-index.bb
@@ -1,5 +1,6 @@
DESCRIPTION = "Rebuild the package index"
LICENSE = "MIT"
+DEPENDS = "ipkg-utils-native"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = "1"