[oe-commits] Tom Rini : tk 8.4.19: Switch to patchdir rather than applying in do_configure

git version control git at git.openembedded.org
Fri Apr 1 15:10:56 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: b43cfe81ce04481c45f951d9ae826e05e1d1cebe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b43cfe81ce04481c45f951d9ae826e05e1d1cebe

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Mar 31 10:10:12 2011 -0700

tk 8.4.19: Switch to patchdir rather than applying in do_configure

Signed-off-by: Tom Rini <tom_rini at mentor.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 recipes/tcltk/tk_8.4.19.bb |    3 +--
 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 8d9293a..3dd4920 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
 }





More information about the Openembedded-commits mailing list