mirror of
https://git.yoctoproject.org/poky
synced 2026-05-25 21:52:38 +02:00
site: linux supports NULL in utime()
to set the file to the current time (From OE-Core rev: 530e01e79e9674d0049b183dc23491eb886b066b) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a127c4df0d
commit
b2ef331d0a
@@ -48,6 +48,7 @@ hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes}
|
||||
|
||||
# coreutils
|
||||
ac_cv_func_chown_works=${ac_cv_func_chown_works=yes}
|
||||
ac_cv_func_utime_null=${ac_cv_func_utime_null=yes}
|
||||
gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
|
||||
gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes}
|
||||
gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes}
|
||||
|
||||
Reference in New Issue
Block a user