diff options
Diffstat (limited to 'ipkg-utils')
-rw-r--r-- | ipkg-utils/ipkg-utils_1.6cvs.oe | 6 |
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" |