From 5c8709c98e1dff49953aa2665c790d85b9739ca4 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Sun, 17 Sep 2023 11:38:41 +0200 Subject: 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. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/conf/distro/include/time64.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/conf/distro') 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 = "" # Undefines _FILE_OFFSET_BITS on purpose in # libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cpp GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = "" -# https://github.com/strace/strace/issues/250 -GLIBC_64BIT_TIME_FLAGS:pn-strace = "" # Caused by the flags exceptions above INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time" -- cgit 1.2.3-korg