summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/time64.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-30 18:07:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-02 17:34:11 +0000
commite0ffea74cf3f4a492f440acc9e31cdbe7c805192 (patch)
treead0d216fe59b350d1252f5a9ce1fd5aa671ccf72 /meta/conf/distro/include/time64.inc
parent48955ddc299f78a969b8ec41cc49c40c078e2bad (diff)
downloadpoky-e0ffea74cf3f4a492f440acc9e31cdbe7c805192.tar.gz
pulseaudio: Do not use 64bit time_t flags
It needs to be fixed to honor _FILE_OFFSET_BITS before we can enable 64bit time_t (From OE-Core rev: 206ab9522963aee471004d987181ed2f8363f1ad) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/time64.inc')
-rw-r--r--meta/conf/distro/include/time64.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc
index 99eb06dc0f..c6a3b682c2 100644
--- a/meta/conf/distro/include/time64.inc
+++ b/meta/conf/distro/include/time64.inc
@@ -11,6 +11,9 @@ GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = ""
11# both 32 and 64 bit file APIs. But it does not handle the time side? 11# both 32 and 64 bit file APIs. But it does not handle the time side?
12# Needs further investigation 12# Needs further investigation
13GLIBC_64BIT_TIME_FLAGS:pn-pipewire = "" 13GLIBC_64BIT_TIME_FLAGS:pn-pipewire = ""
14# Pulseaudio override certain LFS64 functions e.g. open64 and intentionally
15# undefines _FILE_OFFSET_BITS, which wont work when _TIME_BITS=64 is set
16GLIBC_64BIT_TIME_FLAGS:pn-pulseaudio = ""
14GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = "" 17GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = ""
15 18
16INSANE_SKIP:libstd-rs[_usr_lib_rustlib_armv7-poky-linux-gnueabihf_lib_libstd.so] = "clock_gettime gettime fcntl fstat64 fstatat64 getsockopt ioctl lstat64 nanosleep prctl recvmsg sendmsg setsockopt stat64" 19INSANE_SKIP:libstd-rs[_usr_lib_rustlib_armv7-poky-linux-gnueabihf_lib_libstd.so] = "clock_gettime gettime fcntl fstat64 fstatat64 getsockopt ioctl lstat64 nanosleep prctl recvmsg sendmsg setsockopt stat64"