diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.13.bb | 6 |
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 | |||
41 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" | 41 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" |
42 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" | 42 | EXTRA_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 | ||
48 | EXTRA_OECONF += "--with-tzdata=no" | ||
49 | |||
44 | do_install() { | 50 | do_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 |