aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-23 22:26:10 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-23 22:26:10 +0000
commite7751b272ade395cbacd2c859fb63e924ad1a279 (patch)
tree702b9ac57057014e8a2da2f921cfef6bd9ee50ce /ipkg-utils
parent77b33e6eb070ad3f01f5ea20a9f48ae5eadcd703 (diff)
downloadopenembedded-e7751b272ade395cbacd2c859fb63e924ad1a279.tar.gz
revert last change in ipkg-utils since that triggers a recursive dependency. added a FIXME so that we remember to take care about it.
BKrev: 41019082xPpzMFQVTIEZPfzOaphCzg
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/ipkg-utils_1.6cvs.oe6
1 files changed, 4 insertions, 2 deletions
diff --git a/ipkg-utils/ipkg-utils_1.6cvs.oe b/ipkg-utils/ipkg-utils_1.6cvs.oe
index 8ecdb023d0..ff7c8a8db5 100644
--- 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"