aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-31 10:10:05 -0700
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:31 +0200
commit195e4933b818ce7f2805891cacb49c14d6ac3ad8 (patch)
tree77f4d3993ab1ea5f705a2eb35020cb3610ee151e /recipes
parentb23d9199533321bc80a2bcb5b68f26129cc5dbd7 (diff)
downloadopenembedded-195e4933b818ce7f2805891cacb49c14d6ac3ad8.tar.gz
tcl: Switch to patchdir rather than applying in do_configure
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/tcltk/tcl_8.5.8.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/tcltk/tcl_8.5.8.bb b/recipes/tcltk/tcl_8.5.8.bb
index e088b915a5..9bb6859434 100644
--- a/recipes/tcltk/tcl_8.5.8.bb
+++ b/recipes/tcltk/tcl_8.5.8.bb
@@ -13,7 +13,7 @@ SRC_URI = "\
file://tcllibrary.diff;striplevel=2 \
file://tclpackagepath.diff;striplevel=2 \
file://tclprivate.diff;striplevel=2 \
- file://mips-tclstrtod.patch;apply=false \
+ file://mips-tclstrtod.patch;patchdir=..;striplevel=0 \
"
SRC_URI[md5sum] = "7f123e53b3daaaba2478d3af5a0752e3"
SRC_URI[sha256sum] = "6b090c1024038d0381e1ccfbd6d5c0f0e6ef205269ceb9d28bd7bd7ac5bbf4a7"
@@ -27,7 +27,6 @@ EXTRA_OECONF = "--enable-threads"
do_configure_append() {
echo > ../compat/fixstrtod.c
- (cd .. ; patch -p0 -i ${WORKDIR}/mips-tclstrtod.patch)
}
do_compile_prepend_pn-tcl () {