ipkg: apply speedups patches to ipkg-native as well
authorKoen Kooi <koen@openembedded.org>
Sat, 19 May 2007 09:09:40 +0000 (09:09 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 19 May 2007 09:09:40 +0000 (09:09 +0000)
packages/ipkg/ipkg-native_0.99.163.bb

index bf060f8..13609c9 100644 (file)
@@ -2,9 +2,13 @@ S = "${WORKDIR}/ipkg-${PV}"
 
 #require ipkg_${PV}.bb
 require ipkg-native.inc
-PR = "r1"
+PR = "r2"
 
 inherit autotools pkgconfig native
 
-SRC_URI = "http://www.handhelds.org/pub/packages/ipkg/ipkg-${PV}.tar.gz"
+SRC_URI = "http://www.handhelds.org/pub/packages/ipkg/ipkg-${PV}.tar.gz \
+           file://is-processing.patch;patch=1 \
+           file://1-pkg-parse--Optimize-inefficient-parsing.patch;patch=1 \
+           file://2-pkg-vec--Optimize-gross-inefficiency.patch;patch=1 \
+          "