]> code.ossystems Code Review - openembedded-core.git/commitdiff
site: linux has working chown()
authorAndré Draszik <git@andred.net>
Fri, 10 Jan 2020 16:52:47 +0000 (16:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Jan 2020 09:17:20 +0000 (09:17 +0000)
I.e. a chown() that works when given -1 as uid / gid

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/site/common-linux

index 71ec961b15a28bedf7b7e7358276ec3b4276e0b1..59fb9e36a61113e0bac78e1028850ab99bdc5854 100644 (file)
@@ -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}