diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-01 22:14:36 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-01 22:14:36 +0000 |
commit | 1abdfacd0ed17ef903b61e4683dc141ee3333c56 (patch) | |
tree | bca1e06905d43fdd93a7da5c4263e6d6d642e57e /ipkg | |
parent | 3ec27b9068f3b49cb50709a99d5fdfeda36dcc64 (diff) |
copy forward varargs.patch from 0.99.124 to 0.99.126
BKrev: 40e48cccwq5mJRvt_wmMCPimmJvoPQ
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg-0.99.126/varargs.patch | 0 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.126.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ipkg/ipkg-0.99.126/varargs.patch b/ipkg/ipkg-0.99.126/varargs.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ipkg/ipkg-0.99.126/varargs.patch diff --git a/ipkg/ipkg_0.99.126.oe b/ipkg/ipkg_0.99.126.oe index bf2fd73472..3b79d813a1 100644 --- a/ipkg/ipkg_0.99.126.oe +++ b/ipkg/ipkg_0.99.126.oe @@ -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 |