diff options
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg_0.99.121.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe index 14514cfd01..ebf4bdc396 100644 --- a/ipkg/ipkg_0.99.121.oe +++ b/ipkg/ipkg_0.99.121.oe @@ -11,8 +11,8 @@ 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('.', '-')} \ - file://${FILESDIR}/libbb-fpic.patch;patch=1 \ - file://${FILESDIR}/varargs.patch;patch=1" + file://libbb-fpic.patch;patch=1 \ + file://varargs.patch;patch=1" S = "${WORKDIR}/ipkg/C" inherit autotools |