From 226b8b2b1b565ef019b442ad3bf1f5d86704e1d2 Mon Sep 17 00:00:00 2001 From: André Draszik Date: Fri, 10 Jan 2020 16:52:47 +0000 Subject: site: linux has working chown() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I.e. a chown() that works when given -1 as uid / gid 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 71ec961b15..59fb9e36a6 100644 --- a/meta/site/common-linux +++ b/meta/site/common-linux @@ -47,6 +47,7 @@ hw_cv_func_snprintf_c99=${hw_cv_func_snprintf_c99=yes} hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes} # coreutils +ac_cv_func_chown_works=${ac_cv_func_chown_works=yes} gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} -- cgit 1.2.3-korg