diff options
author | André Draszik <git@andred.net> | 2020-01-10 16:52:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-01-11 09:19:20 +0000 |
commit | c2cf565e8d6f94901b6fe0ee888bc83a2b586bea (patch) | |
tree | 3720a2239be87c8647e0a30793d63ce1c5317eab /meta/site/common-linux | |
parent | fa12bce81eda1ce0e23bb5672a71707b75ebf5fa (diff) | |
download | poky-c2cf565e8d6f94901b6fe0ee888bc83a2b586bea.tar.gz |
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>
Diffstat (limited to 'meta/site/common-linux')
-rw-r--r-- | meta/site/common-linux | 1 |
1 files changed, 1 insertions, 0 deletions
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} | |||
47 | hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes} | 47 | hw_cv_func_vsnprintf_c99=${hw_cv_func_vsnprintf_c99=yes} |
48 | 48 | ||
49 | # coreutils | 49 | # coreutils |
50 | ac_cv_func_chown_works=${ac_cv_func_chown_works=yes} | ||
50 | gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} | 51 | gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} |
51 | gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} | 52 | gl_cv_have_proc_uptime=${gl_cv_have_proc_uptime=yes} |
52 | 53 | ||