From 5d723654c5723bb9d4f663890f99949041b93747 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 14 Aug 2004 12:26:56 +0000 Subject: [PATCH] add ipkg-link BKrev: 411e0510fB5wheqTObGmmKdkkc-9MA --- ipkg-utils/ipkg-link_1.6cvs.oe | 0 ipkg-utils/ipkg-utils_1.6cvs.oe | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 ipkg-utils/ipkg-link_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 index 0000000000..e69de29bb2 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 " 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" -- 2.39.5