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:19:20 +0000
commitb2ef331d0a52c1855f8a405d0a50923d15e00992 (patch)
treec9c57dcb1e938a43a89153b7865bbbc0d09480e1 /meta/site
parenta127c4df0d444fd85a53c628aa2fc7442ac9df46 (diff)
downloadpoky-b2ef331d0a52c1855f8a405d0a50923d15e00992.tar.gz
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>
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}
48 48
49# coreutils 49# coreutils
50ac_cv_func_chown_works=${ac_cv_func_chown_works=yes} 50ac_cv_func_chown_works=${ac_cv_func_chown_works=yes}
51ac_cv_func_utime_null=${ac_cv_func_utime_null=yes}
51gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} 52gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
52gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes} 53gl_cv_func_unlink_busy_text=${gl_cv_func_unlink_busy_text=yes}
53gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} 54gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes}