summaryrefslogtreecommitdiffstats
path: root/meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-05-26 22:46:47 +0000
committerRichard Purdie <richard@openedhand.com>2007-05-26 22:46:47 +0000
commite010532f60e5f03887366cf93fb57fdaf89bc757 (patch)
treef056234fc50786220c78d9d8416b86b09b871d15 /meta/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
parent1fa7f838731998a125d6c7865309bd5e9852f1e0 (diff)
downloadpoky-e010532f60e5f03887366cf93fb57fdaf89bc757.tar.gz
ipkg-utils: Merge in tweaked version of patches from OE bug #1504 (from Paul Sokolovsky) to massively speed ipkg-make-index
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1780 311d38ba-8fff-0310-9ca6-ca027cbcb966
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