From b2ef331d0a52c1855f8a405d0a50923d15e00992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Draszik?= Date: Fri, 10 Jan 2020 16:52:56 +0000 Subject: [PATCH] site: linux supports NULL in utime() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to set the file to the current time (From OE-Core rev: 530e01e79e9674d0049b183dc23491eb886b066b) Signed-off-by: André Draszik Signed-off-by: Richard Purdie --- meta/site/common-linux | 1 + 1 file changed, 1 insertion(+) 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}