aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcltk/tk_8.4.19.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-31 10:10:12 -0700
committerSteffen Sledz <sledz@dresearch-fe.de>2011-04-29 14:08:31 +0200
commitebe8f46a27a1989289e007ff20ee13b6356e57cb (patch)
treeb23e679444b784dc5a061afe0ecd818ea4e09f7d /recipes/tcltk/tk_8.4.19.bb
parentcea419dd4f66f2fba2f130132c25ba8e4b552cf7 (diff)
downloadopenembedded-ebe8f46a27a1989289e007ff20ee13b6356e57cb.tar.gz
tk 8.4.19: 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/tcltk/tk_8.4.19.bb')
-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
}