mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
site: musl and glibc have working utimes()
This coreutils / gnulib autoconf test is for a broken glibc implementation of utimes from 2003-07-12 to 2003-09-17. (From OE-Core rev: a60ca6048cc3a4fef862b128a842c70ac0cd2253) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b2ef331d0a
commit
56c6dde17b
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user