summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/tcltk/tcl_9.0.0.bb2
-rw-r--r--meta/recipes-devtools/tcltk8/tcl8_8.6.15.bb2
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}"
35inherit autotools ptest binconfig 35inherit autotools ptest binconfig
36 36
37AUTOTOOLS_SCRIPT_PATH = "${S}/unix" 37AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
38EXTRA_OECONF = "--disable-rpath --enable-man-suffix" 38EXTRA_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}"
38inherit autotools ptest binconfig 38inherit autotools ptest binconfig
39 39
40AUTOTOOLS_SCRIPT_PATH = "${S}/unix" 40AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
41EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" 41EXTRA_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: