pseudo has to wrap all glibc calls including the 32 bit ones so this warning is a false positive.
Signed-off-by: Richard Purdie <[email protected]> --- meta/conf/distro/include/time64.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index f939f9b7c74..2200144719b 100644 --- a/meta/conf/distro/include/time64.inc +++ b/meta/conf/distro/include/time64.inc @@ -39,6 +39,10 @@ INSANE_SKIP:append:pn-glibc-y2038-tests = " 32bit-time" # /usr/lib/strace/ptest/tests/ioctl_termios uses 32-bit api 'ioctl' INSANE_SKIP:append:pn-strace = " 32bit-time" +# Pseudo has to wrap all glibc calls including the 32 bit ones even +# if it doesn't use them itself +INSANE_SKIP:append:pseudo = " 32bit-time" + # Additionally cargo_common class (i.e. everything written in rust) # has the same INSANE_SKIP setting. # Please check the comment in meta/classes-recipe/cargo_common.bbclass
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206194): https://lists.openembedded.org/g/openembedded-core/message/206194 Mute This Topic: https://lists.openembedded.org/mt/109168181/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
