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:20:14 +0000
commit8e95eae0d1a01decb17674edb3939531dc0f1cec (patch)
tree1906852aea92a8b8aa4b337d82615bdaa947801b /meta/site
parent494be25ef2419f6886e6f1af5a97c08e3d5d4064 (diff)
downloadpoky-8e95eae0d1a01decb17674edb3939531dc0f1cec.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. (From OE-Core rev: ae427b04b5259136aae46f9254445251499c12e8) 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}
195 195
196#samba 196#samba
197ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes} 197ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
198fu_cv_sys_stat_statvfs64=${fu_cv_sys_stat_statvfs64=yes}
199samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no} 198samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
200samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no} 199samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
201samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes} 200samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}