From: Tom Rini Date: Thu, 31 Mar 2011 17:10:12 +0000 (-0700) Subject: tk 8.4.19: Switch to patchdir rather than applying in do_configure X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c266b891a0df2ce6c198125bf2accff25eabbbd8;p=openembedded.git tk 8.4.19: Switch to patchdir rather than applying in do_configure Signed-off-by: Tom Rini --- 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 }