[oe-commits] [openembedded-core] 09/28: site: linux has working chown()

git at git.openembedded.org git at git.openembedded.org
Fri Jan 10 23:48:25 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 0d1d120b38b19ad35246924a9ffe65195f330cde
Author: André Draszik <git at andred.net>
AuthorDate: Fri Jan 10 16:52:47 2020 +0000

    site: linux has working chown()
    
    I.e. a chown() that works when given -1 as uid / gid
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/site/common-linux | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/site/common-linux b/meta/site/common-linux
index 71ec961..59fb9e3 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}
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list