From a60ca6048cc3a4fef862b128a842c70ac0cd2253 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 10 Jan 2020 16:52:57 +0000 Subject: site: musl and glibc have working utimes() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This coreutils / gnulib autoconf test is for a broken glibc implementation of utimes from 2003-07-12 to 2003-09-17. Signed-off-by: André Draszik Signed-off-by: Richard Purdie --- meta/site/common-glibc | 1 + meta/site/common-musl | 1 + 2 files changed, 2 insertions(+) (limited to 'meta/site') diff --git a/meta/site/common-glibc b/meta/site/common-glibc index 496b8a4bcb..ca55d48e72 100644 --- a/meta/site/common-glibc +++ b/meta/site/common-glibc @@ -34,6 +34,7 @@ gl_cv_func_getcwd_null=${gl_cv_func_getcwd_null=yes} 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_working_mkstemp=${gl_cv_func_working_mkstemp=yes} +gl_cv_func_working_utimes=${gl_cv_func_working_utimes=yes} # glib glib_cv_strlcpy=${glib_cv_strlcpy=no} diff --git a/meta/site/common-musl b/meta/site/common-musl index ec068ff673..1e7efbc311 100644 --- a/meta/site/common-musl +++ b/meta/site/common-musl @@ -42,6 +42,7 @@ gl_cv_func_gettimeofday_clobber=${gl_cv_func_gettimeofday_clobber=no} 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_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} -- cgit 1.2.3-korg