diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-23 22:26:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-23 22:26:10 +0000 |
commit | e7751b272ade395cbacd2c859fb63e924ad1a279 (patch) | |
tree | 702b9ac57057014e8a2da2f921cfef6bd9ee50ce | |
parent | 77b33e6eb070ad3f01f5ea20a9f48ae5eadcd703 (diff) |
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
-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" |