copy forward varargs.patch from 0.99.124 to 0.99.126
authorPhil Blundell <philb@gnu.org>
Thu, 1 Jul 2004 22:14:36 +0000 (22:14 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 1 Jul 2004 22:14:36 +0000 (22:14 +0000)
BKrev: 40e48cccwq5mJRvt_wmMCPimmJvoPQ

ipkg/ipkg-0.99.126/varargs.patch [new file with mode: 0644]
ipkg/ipkg_0.99.126.oe

diff --git a/ipkg/ipkg-0.99.126/varargs.patch b/ipkg/ipkg-0.99.126/varargs.patch
new file mode 100644 (file)
index 0000000..e69de29
index bf2fd73..3b79d81 100644 (file)
@@ -2,14 +2,15 @@ DESCRIPTION = "Itsy Package Manager"
 DESCRIPTION_libipkg = "Itsy Package Manager Library"
 LICENSE = "GPL"
 PROVIDES = "virtual/ipkg libipkg"
-PR = "r0"
+PR = "r1"
 
 PACKAGES =+ "libipkg-dev libipkg "
 FILES_libipkg-dev = "${libdir}/*.a ${libdir}/*.la ${libdir}/*.so"
 FILES_libipkg = "${libdir}"
 AUTO_LIBNAME_PKGS = "libipkg"
 
-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://varargs.patch;patch=1"
 S = "${WORKDIR}/ipkg/C"
 
 inherit autotools