add ipkg-link
authorMichael Lauer <mickey@vanille-media.de>
Sat, 14 Aug 2004 12:26:56 +0000 (12:26 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 14 Aug 2004 12:26:56 +0000 (12:26 +0000)
BKrev: 411e0510fB5wheqTObGmmKdkkc-9MA

ipkg-utils/ipkg-link_1.6cvs.oe [new file with mode: 0644]
ipkg-utils/ipkg-utils_1.6cvs.oe

diff --git a/ipkg-utils/ipkg-link_1.6cvs.oe b/ipkg-utils/ipkg-link_1.6cvs.oe
new file mode 100644 (file)
index 0000000..e69de29
index ff7c8a8..c9a3541 100644 (file)
@@ -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"