diff options
-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 982f370edb..921ea7a01d 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.13.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb | |||
@@ -45,6 +45,12 @@ inherit autotools ptest binconfig | |||
45 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" | 45 | AUTOTOOLS_SCRIPT_PATH = "${S}/unix" |
46 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" | 46 | EXTRA_OECONF = "--enable-threads --disable-rpath --enable-man-suffix" |
47 | 47 | ||
48 | # Prevent installing copy of tzdata based on tzdata installation on the build host | ||
49 | # It doesn't install tzdata if one of the following files exist on the host: | ||
50 | # /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 | ||
51 | # otherwise "/usr/lib/tcl8.6/tzdata" is included in tcl package | ||
52 | EXTRA_OECONF += "--with-tzdata=no" | ||
53 | |||
48 | do_install() { | 54 | do_install() { |
49 | autotools_do_install | 55 | autotools_do_install |
50 | oe_runmake 'DESTDIR=${D}' install-private-headers | 56 | oe_runmake 'DESTDIR=${D}' install-private-headers |