diff options
Diffstat (limited to 'meta/conf/distro/include/time64.inc')
-rw-r--r-- | meta/conf/distro/include/time64.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index 83b0dfae6c..2e85753e55 100644 --- a/meta/conf/distro/include/time64.inc +++ b/meta/conf/distro/include/time64.inc | |||
@@ -19,7 +19,7 @@ TARGET_CC_ARCH:append:powerpc = "${@bb.utils.contains('TUNE_FEATURES', 'm32', '$ | |||
19 | TARGET_CC_ARCH:append:x86 = "${@bb.utils.contains('TUNE_FEATURES', 'm32', '${GLIBC_64BIT_TIME_FLAGS}', '', d)}" | 19 | TARGET_CC_ARCH:append:x86 = "${@bb.utils.contains('TUNE_FEATURES', 'm32', '${GLIBC_64BIT_TIME_FLAGS}', '', d)}" |
20 | 20 | ||
21 | GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" | 21 | GLIBC_64BIT_TIME_FLAGS:pn-glibc = "" |
22 | GLIBC_64BIT_TIME_FLAGS:pn-glibc-tests = "" | 22 | GLIBC_64BIT_TIME_FLAGS:pn-glibc-y2038-tests = "" |
23 | GLIBC_64BIT_TIME_FLAGS:pn-glibc-testsuite = "" | 23 | GLIBC_64BIT_TIME_FLAGS:pn-glibc-testsuite = "" |
24 | # pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to | 24 | # pipewire-v4l2 explicitly sets _FILE_OFFSET_BITS=32 to get access to |
25 | # both 32 and 64 bit file APIs. But it does not handle the time side? | 25 | # both 32 and 64 bit file APIs. But it does not handle the time side? |
@@ -36,7 +36,7 @@ GLIBC_64BIT_TIME_FLAGS:pn-gcc-sanitizers = "" | |||
36 | # Caused by the flags exceptions above | 36 | # Caused by the flags exceptions above |
37 | INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time" | 37 | INSANE_SKIP:append:pn-gcc-sanitizers = " 32bit-time" |
38 | INSANE_SKIP:append:pn-glibc = " 32bit-time" | 38 | INSANE_SKIP:append:pn-glibc = " 32bit-time" |
39 | INSANE_SKIP:append:pn-glibc-tests = " 32bit-time" | 39 | INSANE_SKIP:append:pn-glibc-y2038-tests = " 32bit-time" |
40 | INSANE_SKIP:append:pn-pulseaudio = " 32bit-time" | 40 | INSANE_SKIP:append:pn-pulseaudio = " 32bit-time" |
41 | 41 | ||
42 | # Strace has tests that call 32 bit API directly, which is fair enough, e.g. | 42 | # Strace has tests that call 32 bit API directly, which is fair enough, e.g. |