mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
site: linux has working chown()
I.e. a chown() that works when given -1 as uid / gid (From OE-Core rev: 226b8b2b1b565ef019b442ad3bf1f5d86704e1d2) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fa12bce81e
commit
c2cf565e8d
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user