From e010532f60e5f03887366cf93fb57fdaf89bc757 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 26 May 2007 22:46:47 +0000 Subject: 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 --- .../ipkg-utils/ipkg-utils-native/ipkg-utils-fix.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta/packages/ipkg-utils/ipkg-utils-native/ipkg-utils-fix.patch (limited to 'meta/packages/ipkg-utils/ipkg-utils-native') diff --git a/meta/packages/ipkg-utils/ipkg-utils-native/ipkg-utils-fix.patch b/meta/packages/ipkg-utils/ipkg-utils-native/ipkg-utils-fix.patch deleted file mode 100644 index a9e6fc4d0..000000000 --- a/meta/packages/ipkg-utils/ipkg-utils-native/ipkg-utils-fix.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- ../../../work/i686-linux/ipkg-utils-native-1.6+cvs20050404-r6/ipkg-utils/ipkg.py 2005-01-08 19:08:52.000000000 +0100 -+++ ipkg-utils/ipkg.py 2006-06-29 12:52:58.466446000 +0200 -@@ -150,11 +150,11 @@ - stat = os.stat(fn) - self.size = stat[ST_SIZE] - self.filename = os.path.basename(fn) -- ## sys.stderr.write(" extracting control.tar.gz from %s\n"% (fn,)) -+ sys.stderr.write(" extracting control.tar.gz from %s\n"% (fn,)) - if self.isdeb: -- control = os.popen("ar p "+fn+" control.tar.gz | tar xfzO - '*control'","r") -+ control = os.popen("ar p "+fn+" control.tar.gz | tar xfzO - './control'","r") - else: -- control = os.popen("tar xfzO "+fn+" '*control.tar.gz' | tar xfzO - '*control'","r") -+ control = os.popen("tar xfzO "+fn+" 'control.tar.gz' | tar xfzO - './control'","r") - line = control.readline() - while 1: - if not line: break -- cgit v1.2.3