aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/tcltk/tk_8.4.19.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/tcltk/tk_8.4.19.bb b/recipes/tcltk/tk_8.4.19.bb
index 8d9293ae30..3dd492016a 100644
--- a/recipes/tcltk/tk_8.4.19.bb
+++ b/recipes/tcltk/tk_8.4.19.bb
@@ -7,7 +7,7 @@ PR = "r1"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \
- file://disable-xim.patch;apply=false \
+ file://disable-xim.patch;patchdir=..;striplevel=0 \
file://tk-add-soname.patch;striplevel=2 \
# file://fix-configure.patch;striplevel=2 \
"
@@ -23,7 +23,6 @@ EXTRA_OECONF = "\
"
do_configure() {
- (cd .. ; patch -p0 -i ${WORKDIR}/disable-xim.patch)
gnu-configize
oe_runconf
}