diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-06 09:41:04 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-06 09:41:04 +0000 |
commit | 0d08caccf4984dd60d57ae391b8b5f1778bc0fe9 (patch) | |
tree | 56c9c013337d4bcc60f23c6b56c06b335b868859 /packages | |
parent | 01cf80fb32fbe3c192a3fa8115e38cb5c20589fa (diff) |
package-index: Fix DEPENDS.
* Actually depends on ipkg-utils-native, not ipkg-native.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/meta/package-index.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meta/package-index.bb b/packages/meta/package-index.bb index eebc4efcc7..ca0ebfe0a6 100644 --- a/packages/meta/package-index.bb +++ b/packages/meta/package-index.bb @@ -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" |