diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-21 14:36:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-27 15:26:31 +0100 |
commit | bf65b87432eeb833087c472513cdb48c4e6de8c0 (patch) | |
tree | 128e537c0478e48a84902973c93fa939dd8ce9b9 /meta/conf | |
parent | 327f06e2d709eb9f763245ccd38161f6d62c237d (diff) | |
download | poky-bf65b87432eeb833087c472513cdb48c4e6de8c0.tar.gz |
time64: Disable CFLAGS for strace
Until strace can handle the interface with glibc correctly with those flags,
disable there for now.
(From OE-Core rev: 5235ae1a14b71d42c1effff51e0289654bc7122a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/distro/include/time64.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index 78569de433..a0cee4fad6 100644 --- a/meta/conf/distro/include/time64.inc +++ b/meta/conf/distro/include/time64.inc | |||
@@ -29,6 +29,8 @@ GLIBC_64BIT_TIME_FLAGS:pn-pipewire = "" | |||
29 | # undefines _FILE_OFFSET_BITS, which wont work when _TIME_BITS=64 is set | 29 | # undefines _FILE_OFFSET_BITS, which wont work when _TIME_BITS=64 is set |
30 | GLIBC_64BIT_TIME_FLAGS:pn-pulseaudio = "" | 30 | GLIBC_64BIT_TIME_FLAGS:pn-pulseaudio = "" |
31 | GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = "" | 31 | GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = "" |
32 | # https://github.com/strace/strace/issues/250 | ||
33 | GLIBC_64BIT_TIME_FLAGS:pn-strace = "" | ||
32 | 34 | ||
33 | INSANE_SKIP:append:pn-cargo = " 32bit-time" | 35 | INSANE_SKIP:append:pn-cargo = " 32bit-time" |
34 | INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time" | 36 | INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time" |