Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Sat, 1 May 2004 12:34:13 +0000 (12:34 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sat, 1 May 2004 12:34:13 +0000 (12:34 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages

2004/05/01 14:34:07+02:00 uni-frankfurt.de!mickeyl
remove buffer size limit in read_raw_pkgs_from_stream() - patch courtesy pb_.

BKrev: 40939945fgVINieJbD5GdffCgGMgsA

ipkg/ipkg-0.99.120/buffer-size.patch [new file with mode: 0644]
ipkg/ipkg_0.99.120.oe

diff --git a/ipkg/ipkg-0.99.120/buffer-size.patch b/ipkg/ipkg-0.99.120/buffer-size.patch
new file mode 100644 (file)
index 0000000..e69de29
index b5f011c..1e57325 100644 (file)
@@ -2,8 +2,10 @@ DESCRIPTION = "Itsy Package Manager"
 LICENSE = "GPL"
 PROVIDES = "virtual/ipkg"
 DEPENDS = "virtual/libc"
+PR = "r1"
 
-SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')} \
+          file://${FILESDIR}/buffer-size.patch;patch=1;pnum=0"
 S = "${WORKDIR}/ipkg/C"
 
 inherit autotools libtool