diff options
Diffstat (limited to 'recipes/tcltk/tk_8.4.19.bb')
-rw-r--r-- | recipes/tcltk/tk_8.4.19.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/tcltk/tk_8.4.19.bb b/recipes/tcltk/tk_8.4.19.bb index bc4b477f71..730080cfe8 100644 --- a/recipes/tcltk/tk_8.4.19.bb +++ b/recipes/tcltk/tk_8.4.19.bb @@ -7,9 +7,9 @@ PR = "r0" 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;pnum=2 \ -# file://fix-configure.patch;patch=1;pnum=2 \ + file://disable-xim.patch;apply=yes;striplevel=0 \ + file://tk-add-soname.patch;apply=yes;striplevel=2 \ +# file://fix-configure.patch;apply=yes;striplevel=2 \ " S = "${WORKDIR}/tk${PV}/unix" |