From: Koen Kooi Date: Sun, 16 Apr 2006 14:57:33 +0000 (+0000) Subject: tcl/tk: add pnum=2 to make the latest patch apply X-Git-Tag: Release-2010-05/1~9453^2~1898^2~8^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b52e6a24560bb80742794c15a2495b1400c86e;p=openembedded.git tcl/tk: add pnum=2 to make the latest patch apply --- diff --git a/packages/tcltk/tcl_8.4.11.bb b/packages/tcltk/tcl_8.4.11.bb index 6dc5bb5365..59d4162e53 100644 --- a/packages/tcltk/tcl_8.4.11.bb +++ b/packages/tcltk/tcl_8.4.11.bb @@ -6,7 +6,7 @@ PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \ file://tcl-add-soname.patch;patch=1 \ - file://fix-configure.patch;patch=1" + file://fix-configure.patch;patch=1;pnum=2" S = "${WORKDIR}/tcl${PV}/unix" inherit autotools diff --git a/packages/tcltk/tk_8.4.11.bb b/packages/tcltk/tk_8.4.11.bb index 7a66ddcafb..b3d2733870 100644 --- a/packages/tcltk/tk_8.4.11.bb +++ b/packages/tcltk/tk_8.4.11.bb @@ -9,7 +9,7 @@ PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \ file://disable-xim.patch;patch=1;pnum=0 \ file://tk-add-soname.patch;patch=1 \ - file://fix-configure.patch;patch=1" + file://fix-configure.patch;patch=1;pnum=2" S = "${WORKDIR}/tk${PV}/unix" inherit autotools