We can't portably use .. in paths in patches so we stop applying this
in do_patch and instead apply it at the start of do_configure.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
http://sourceforge.net/tracker/index.php?func=detail&aid=2902010&group_id=10894&atid=110894
---- ../generic/tclStrToD.c.orig
-+++ ../generic/tclStrToD.c
+--- generic/tclStrToD.c.orig
++++ generic/tclStrToD.c
@@ -71,9 +71,10 @@
/*
file://tcllibrary.diff;striplevel=2 \
file://tclpackagepath.diff;striplevel=2 \
file://tclprivate.diff;striplevel=2 \
- file://mips-tclstrtod.patch;striplevel=0 \
+ file://mips-tclstrtod.patch;apply=false \
"
SRC_URI[md5sum] = "7f123e53b3daaaba2478d3af5a0752e3"
SRC_URI[sha256sum] = "6b090c1024038d0381e1ccfbd6d5c0f0e6ef205269ceb9d28bd7bd7ac5bbf4a7"
do_configure_append() {
echo > ../compat/fixstrtod.c
+ (cd .. ; patch -p0 -i ${WORKDIR}/mips-tclstrtod.patch)
}
do_compile_prepend_pn-tcl () {