aboutsummaryrefslogtreecommitdiffstats
path: root/ipkg-utils
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-14 12:26:56 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-14 12:26:56 +0000
commit5d723654c5723bb9d4f663890f99949041b93747 (patch)
tree61bfd7a72982f05668efe426ab8a8c606007e51a /ipkg-utils
parentbb96d6d8bfe4668d77d693a2437bb5f173659aae (diff)
downloadopenembedded-5d723654c5723bb9d4f663890f99949041b93747.tar.gz
add ipkg-link
BKrev: 411e0510fB5wheqTObGmmKdkkc-9MA
Diffstat (limited to 'ipkg-utils')
-rw-r--r--ipkg-utils/ipkg-link_1.6cvs.oe0
-rw-r--r--ipkg-utils/ipkg-utils_1.6cvs.oe6
2 files changed, 4 insertions, 2 deletions
diff --git a/ipkg-utils/ipkg-link_1.6cvs.oe b/ipkg-utils/ipkg-link_1.6cvs.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ipkg-utils/ipkg-link_1.6cvs.oe
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"