diff options
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_9.0.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb index a6e1dfbb5b..46e8e7d5c5 100644 --- a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb +++ b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb | |||
@@ -35,7 +35,7 @@ VER = "${PV}" | |||
35 | inherit autotools ptest binconfig | 35 | inherit autotools ptest binconfig |
36 | 36 | ||
37 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" | 37 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" |
38 | EXTRA_OECONF = "--disable-rpath --enable-man-suffix" | 38 | EXTRA_OECONF = "--disable-rpath --enable-man-suffix=tcl9" |
39 | 39 | ||
40 | # Prevent installing copy of tzdata based on tzdata installation on the build host | 40 | # Prevent installing copy of tzdata based on tzdata installation on the build host |
41 | # It doesn't install tzdata if one of the following files exist on the host: | 41 | # It doesn't install tzdata if one of the following files exist on the host: |
diff --git a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb b/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb index 9d1c724d64..928124148c 100644 --- a/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb +++ b/meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb | |||
@@ -38,7 +38,7 @@ VER = "${PV}" | |||
38 | inherit autotools ptest binconfig | 38 | inherit autotools ptest binconfig |
39 | 39 | ||
40 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" | 40 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" |
41 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" | 41 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix=tcl8" |
42 | 42 | ||
43 | # Prevent installing copy of tzdata based on tzdata installation on the build host | 43 | # Prevent installing copy of tzdata based on tzdata installation on the build host |
44 | # It doesn't install tzdata if one of the following files exist on the host: | 44 | # It doesn't install tzdata if one of the following files exist on the host: |