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:
77b33e6
)
revert last change in ipkg-utils since that triggers a recursive dependency. added...
author
Michael Lauer
<mickey@vanille-media.de>
Fri, 23 Jul 2004 22:26:10 +0000
(22:26 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Fri, 23 Jul 2004 22:26:10 +0000
(22:26 +0000)
BKrev: 41019082xPpzMFQVTIEZPfzOaphCzg
ipkg-utils/ipkg-utils_1.6cvs.oe
patch
|
blob
|
history
diff --git
a/ipkg-utils/ipkg-utils_1.6cvs.oe
b/ipkg-utils/ipkg-utils_1.6cvs.oe
index
8ecdb02
..
ff7c8a8
100644
(file)
--- a/
ipkg-utils/ipkg-utils_1.6cvs.oe
+++ b/
ipkg-utils/ipkg-utils_1.6cvs.oe
@@
-32,6
+32,8
@@
do_install() {
done
}
-PACKAGES_prepend = "ipkg-link "
-FILES_ipkg-link = "${bindir}/ipkg-link"
+#FIXME: ipkg-utils is not allowed to have packages or else a ipkg-native -> ipkg-utils -> ipkg-utils
+# recursive dependency is triggered. How can we fix that?
+#PACKAGES_prepend = "ipkg-link "
+#FILES_ipkg-link = "${bindir}/ipkg-link"