]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
time64.inc: Exclude pseudo from the 32bit-time warnings
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Oct 2024 09:26:00 +0000 (10:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Oct 2024 14:18:52 +0000 (15:18 +0100)
pseudo has to wrap all glibc calls including the 32 bit ones so
this warning is a false positive.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/time64.inc

index f939f9b7c7416a2ace56c3212156be7aeccb44fb..2200144719b62d5f3d1ab0721c4af3903cd2e662 100644 (file)
@@ -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