summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-09-17 11:38:41 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-09-18 08:53:10 +0100
commit0fd62ce4a5478b6d7608ca531d55f351afbf4e85 (patch)
treee3765d115b1e15ab4034086d4a973b1bcd116a6d /meta/conf/distro
parent699cda33f24390c5f1429b24af767564fdb68ad6 (diff)
downloadpoky-0fd62ce4a5478b6d7608ca531d55f351afbf4e85.tar.gz
strace: remove from time64.inc exception list
The issues were resolved via https://github.com/strace/strace/pull/263 https://github.com/strace/strace/pull/264 https://github.com/strace/strace/pull/265 and the fixes were released in strace 6.5. (From OE-Core rev: 5c8709c98e1dff49953aa2665c790d85b9739ca4) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r--meta/conf/distro/include/time64.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc
index bc0c72226b..83b0dfae6c 100644
--- a/meta/conf/distro/include/time64.inc
+++ b/meta/conf/distro/include/time64.inc
@@ -32,8 +32,6 @@ GLIBC_64BIT_TIME_FLAGS:pn-pulseaudio = ""
32# Undefines _FILE_OFFSET_BITS on purpose in 32# Undefines _FILE_OFFSET_BITS on purpose in
33# libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp 33# libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp
34GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = "" 34GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = ""
35# https://github.com/strace/strace/issues/250
36GLIBC_64BIT_TIME_FLAGS:pn-strace = ""
37 35
38# Caused by the flags exceptions above 36# Caused by the flags exceptions above
39INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time" 37INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time"