git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69a548b
)
package-index: Add explicit DEPENDS on "ipkg-utils-native"
author
Paul Sokolovsky
<pmiscml@gmail.com>
Tue, 19 Feb 2008 14:12:43 +0000
(14:12 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/packages/meta/package-index.bb
b/packages/meta/package-index.bb
index
3d7d5f2
..
f52fb6c
100644
(file)
--- 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"