[oe-commits] [openembedded-core] 24/28: site: musl and glibc have working mktime()

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 23:48:40 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 07ab47cb62d8f7ec38a67ddd1f05317295adad3e
Author: André Draszik <git at andred.net>
AuthorDate: Fri Jan 10 16:53:02 2020 +0000

    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.
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/site/common-glibc | 1 +
 meta/site/common-musl  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta/site/common-glibc b/meta/site/common-glibc
index 4795d78..a0680bc 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}
 ac_cv_func_getgroups_works=${ac_cv_func_getgroups_works=yes}
 gl_cv_func_nanosleep=${gl_cv_func_nanosleep='no (mishandles large arguments)'}
 gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
+gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes}
 gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes}
 
 # glib
diff --git a/meta/site/common-musl b/meta/site/common-musl
index 398eeac..4be8d00 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}
 gl_cv_func_tzset_clobber=${gl_cv_func_tzset_clobber=no}
 gl_cv_func_gettimeofday_posix_signature=${gl_cv_func_gettimeofday_posix_signature=yes}
 gl_cv_func_working_mkstemp=${gl_cv_func_working_mkstemp=yes}
+gl_cv_func_working_mktime=${gl_cv_func_working_mktime=yes}
 gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes}
 ac_cv_func_posix_spawn=${ac_cv_func_posix_spawn=yes}
 ac_cv_func_posix_spawn_works=${ac_cv_func_posix_spawn_works=yes}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list