diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-14 12:26:56 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-14 12:26:56 +0000 |
commit | 5d723654c5723bb9d4f663890f99949041b93747 (patch) | |
tree | 61bfd7a72982f05668efe426ab8a8c606007e51a /ipkg-utils/ipkg-utils_1.6cvs.oe | |
parent | bb96d6d8bfe4668d77d693a2437bb5f173659aae (diff) |
add ipkg-link
BKrev: 411e0510fB5wheqTObGmmKdkkc-9MA
Diffstat (limited to 'ipkg-utils/ipkg-utils_1.6cvs.oe')
-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 ff7c8a8db5..c9a35413fb 100644 --- a/ipkg-utils/ipkg-utils_1.6cvs.oe +++ b/ipkg-utils/ipkg-utils_1.6cvs.oe @@ -4,9 +4,10 @@ SECTION = "base" PRIORITY = "optional" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" LICENSE = "GPL" +CONFLICTS = "ipkg-link" RDEPENDS = "python" PV_append = "${CVSDATE}" -PR = "r2" +PR = "r3" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=ipkg-utils" S = "${WORKDIR}/ipkg-utils" @@ -33,7 +34,8 @@ do_install() { } #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? +# recursive dependency is triggered. This has been fixed by installing the ipkg-link script in +# a dedicated package. #PACKAGES_prepend = "ipkg-link " #FILES_ipkg-link = "${bindir}/ipkg-link" |