summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-08 17:02:53 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-09 14:19:33 +0000
commitae427b04b5259136aae46f9254445251499c12e8 (patch)
tree89ca57623495579edd23c2f409acb7908cb24692 /meta/site
parenta999fe86f2ea34d1b7ba3958d5b54b89ab7a884f (diff)
downloadopenembedded-core-contrib-ae427b04b5259136aae46f9254445251499c12e8.tar.gz
site/powerpc32-linux: Do not cache statvfs64 across glibc and musl
Newer version of musl does not expose LFS64 interfaces, therefore caching this is not right thing to do across both glibc and musl moreover we will enable largefile support on glibc too therefore caching it here is redundant. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/powerpc32-linux1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/site/powerpc32-linux b/meta/site/powerpc32-linux
index 501e5b605d..764e97e4c3 100644
--- a/meta/site/powerpc32-linux
+++ b/meta/site/powerpc32-linux
@@ -195,7 +195,6 @@ liberty_cv_uint64=${liberty_cv_uint64=uint64_t}
#samba
ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
-fu_cv_sys_stat_statvfs64=${fu_cv_sys_stat_statvfs64=yes}
samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}