aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-05-26 23:13:13 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-05-26 23:13:13 +0000
commita30543818b99bc9e6ebfbc0d8996e6ca7c28fd26 (patch)
tree00909f0452ff8d4bb20f85439b85ac4ec537a5d7 /packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
parent18fbbaab563f7efe8053e493f23660d19e5596c1 (diff)
downloadopenembedded-a30543818b99bc9e6ebfbc0d8996e6ca7c28fd26.tar.gz
ipkg-utils: Merge in tweaked version of patches from #1504 (from Paul Sokolovsky) to massively speedup ipkg-make-index
Diffstat (limited to 'packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb')
-rw-r--r--packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb13
1 files changed, 5 insertions, 8 deletions
diff --git a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
index 48c7445828..6ffe6fe679 100644
--- a/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
+++ b/packages/ipkg-utils/ipkg-utils_1.6+cvs20050404.bb
@@ -5,10 +5,13 @@ LICENSE = "GPL"
CONFLICTS = "ipkg-link"
RDEPENDS = "python"
SRCDATE = "20050404"
-PR = "r12"
+PR = "r14"
SRC_URI = "${HANDHELDS_CVS};module=ipkg-utils \
- file://index_speedup.patch;patch=1"
+ file://ipkg-utils-fix.patch;patch=1 \
+ file://ipkg-py-sane-vercompare.patch;patch=1 \
+ file://ipkg-py-tarfile.patch;patch=1 \
+ file://ipkg-make-index-track-stamps.patch;patch=1"
S = "${WORKDIR}/ipkg-utils"
@@ -26,9 +29,3 @@ do_install() {
done
}
-#FIXME: ipkg-utils is not allowed to have packages or else a ipkg-native -> ipkg-utils -> ipkg-utils
-# 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"
-