summaryrefslogtreecommitdiffstats
path: root/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb')
-rw-r--r--meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
index 48c7445828..6ffe6fe679 100644
--- a/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
+++ b/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
@@ -5,10 +5,13 @@ LICENSE = "GPL"
5CONFLICTS = "ipkg-link" 5CONFLICTS = "ipkg-link"
6RDEPENDS = "python" 6RDEPENDS = "python"
7SRCDATE = "20050404" 7SRCDATE = "20050404"
8PR = "r12" 8PR = "r14"
9 9
10SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \ 10SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \
11 file://index_speedup.patch;patch=1" 11 file://ipkg-utils-fix.patch;patch=1 \
12 file://ipkg-py-sane-vercompare.patch;patch=1 \
13 file://ipkg-py-tarfile.patch;patch=1 \
14 file://ipkg-make-index-track-stamps.patch;patch=1"
12 15
13S = "${WORKDIR}/ipkg-utils" 16S = "${WORKDIR}/ipkg-utils"
14 17
@@ -26,9 +29,3 @@ do_install() {
26 done 29 done
27} 30}
28 31
29#FIXME: ipkg-utils is not allowed to have packages or else a ipkg-native -> ipkg-utils -> ipkg-utils
30# recursive dependency is triggered. This has been fixed by installing the ipkg-link script in
31# a dedicated package.
32#PACKAGES_prepend = "ipkg-link "
33#FILES_ipkg-link = "${bindir}/ipkg-link"
34