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:
01cf80f
)
package-index: Fix DEPENDS.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Sat, 6 Jan 2007 09:41:04 +0000
(09:41 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/packages/meta/package-index.bb
b/packages/meta/package-index.bb
index
eebc4ef
..
ca0ebfe
100644
(file)
--- a/
packages/meta/package-index.bb
+++ b/
packages/meta/package-index.bb
@@
-1,8
+1,8
@@
DESCRIPTION = "Rebuild the package index"
LICENSE = "MIT"
-PR = "r
0
"
+PR = "r
1
"
-DEPENDS = "ipkg-native"
+DEPENDS = "ipkg-
utils-
native"
INHIBIT_DEFAULT_DEPS = "1"
ALLOW_EMPTY = "1"