summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2020-01-10 16:52:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-01-11 09:17:20 +0000
commit530e01e79e9674d0049b183dc23491eb886b066b (patch)
tree415bfc49b4aa167e9b1d05b81bb699301b90de0b /meta/site
parent692fe85264e599eb659456bd2eebf5f12a1cd30f (diff)
downloadopenembedded-core-530e01e79e9674d0049b183dc23491eb886b066b.tar.gz
site: linux supports NULL in utime()
to set the file to the current time 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-linux1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux
index fcabdbd54a..2ef5238799 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -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}