diff options
author | Chris Lord <chris@openedhand.com> | 2004-09-12 20:58:40 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2004-09-12 20:58:40 +0000 |
commit | c298d3b7a2cb787f5ee9fe5bcac069b1d7408e1a (patch) | |
tree | e02c83f3f257f64ba2a7bd2613e595a9f75c477b /ipkg | |
parent | e256bc5cd19ec50d6a81a933bbbe821e8f7f22b6 (diff) |
uninclude-replace.patch no longer necessary to compile libipkg - Removed.
2004/09/12 20:40:32+01:00 (none)!cwiiis
uninclude-replace.patch no longer necessary to build libipkg.
BKrev: 4144b880OnleWfSz-71S5H2TWAJ5pA
Diffstat (limited to 'ipkg')
-rw-r--r-- | ipkg/ipkg-0.99.129/uninclude-replace.patch | 0 | ||||
-rw-r--r-- | ipkg/ipkg_0.99.129.oe | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/ipkg/ipkg-0.99.129/uninclude-replace.patch b/ipkg/ipkg-0.99.129/uninclude-replace.patch deleted file mode 100644 index e69de29bb2..0000000000 --- a/ipkg/ipkg-0.99.129/uninclude-replace.patch +++ /dev/null diff --git a/ipkg/ipkg_0.99.129.oe b/ipkg/ipkg_0.99.129.oe index 2928e17f8c..8a93d235df 100644 --- a/ipkg/ipkg_0.99.129.oe +++ b/ipkg/ipkg_0.99.129.oe @@ -10,7 +10,6 @@ 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://uninclude-replace.patch;patch=1 \ file://buffer-overflow.patch;patch=1" S = "${WORKDIR}/ipkg/C" |