diff options
author | André Draszik <git@andred.net> | 2020-01-10 16:53:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 09:19:20 +0000 |
commit | 34c7222e1d8601cb459da1070bf2065a1c7707eb (patch) | |
tree | a7d0b5bdb8a6a190891d8eba71c61ce74370d882 /meta/site | |
parent | 39abf8342b264bb91f2b0dbdbd3850af1e6c803a (diff) | |
download | poky-34c7222e1d8601cb459da1070bf2065a1c7707eb.tar.gz |
site: musl and glibc have working mktime()
This coreutils (gnulib) test tests for various bugs that only
exist in ancient versions.
It defaults to assuming buggy behaviour with its own implementation
when cross-compiling.
musl and recent glibc (2.29) are not affected.
(From OE-Core rev: 65d38cc1ce5a106c4c2e5068b8440eb6e5a2b33e)
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r-- | meta/site/common-glibc | 1 | ||||
-rw-r--r-- | meta/site/common-musl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 4795d7852d..a0680bc44c 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc | |||
@@ -36,6 +36,7 @@ gl_cv_func_getcwd_path_max=${gl_cv_func_getcwd_path_max=yes} | |||
36 | ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes} | 36 | ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes} |
37 | gl_cv_func_nanosleep=${gl_cv_func_nanosleep='no (mishandles large arguments)'} | 37 | gl_cv_func_nanosleep=${gl_cv_func_nanosleep='no (mishandles large arguments)'} |
38 | gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes} | 38 | gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes} |
39 | gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes} | ||
39 | gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} | 40 | gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} |
40 | 41 | ||
41 | # glib | 42 | # glib |
diff --git a/meta/site/common-musl b/meta/site/common-musl index 398eeacb99..4be8d002d6 100644 --- a/meta/site/common-musl +++ b/meta/site/common-musl | |||
@@ -45,6 +45,7 @@ gl_cv_func_strtod_works=${gl_cv_func_strtod_works=yes} | |||
45 | gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no} | 45 | gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no} |
46 | gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes} | 46 | gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes} |
47 | gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes} | 47 | gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes} |
48 | gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes} | ||
48 | gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} | 49 | gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} |
49 | ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes} | 50 | ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes} |
50 | ac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes} | 51 | ac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes} |