From e7751b272ade395cbacd2c859fb63e924ad1a279 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 23 Jul 2004 22:26:10 +0000 Subject: 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 --- ipkg-utils/ipkg-utils_1.6cvs.oe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ipkg-utils') 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" -- cgit 1.2.3-korg