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