summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.13.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.13.bb b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
index 91fc81352e..9eb924b0da 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
@@ -41,6 +41,12 @@ inherit autotools ptest binconfig
41AUTOTOOLS_SCRIPT_PATH = "${S}/unix" 41AUTOTOOLS_SCRIPT_PATH = "${S}/unix"
42EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" 42EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix"
43 43
44# Prevent installing copy of tzdata based on tzdata installation on the build host
45# It doesn't install tzdata if one of the following files exist on the host:
46# /usr/share/zoneinfo/UTC /usr/share/zoneinfo/GMT /usr/share/lib/zoneinfo/UTC /usr/share/lib/zoneinfo/GMT /usr/lib/zoneinfo/UTC /usr/lib/zoneinfo/GMT
47# otherwise "/usr/lib/tcl8.6/tzdata" is included in tcl package
48EXTRA_OECONF += "--with-tzdata=no"
49
44do_install() { 50do_install() {
45 autotools_do_install 51 autotools_do_install
46 oe_runmake 'DESTDIR=${D}' install-private-headers 52 oe_runmake 'DESTDIR=${D}' install-private-headers