The original commit incorrectly missed off the pn- override prefix, fix it.
Signed-off-by: Richard Purdie <[email protected]> --- meta/conf/distro/include/time64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index 2200144719b..f9f2fd08773 100644 --- a/meta/conf/distro/include/time64.inc +++ b/meta/conf/distro/include/time64.inc @@ -41,7 +41,7 @@ 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" +INSANE_SKIP:append:pn-pseudo = " 32bit-time" # Additionally cargo_common class (i.e. everything written in rust) # has the same INSANE_SKIP setting.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206377): https://lists.openembedded.org/g/openembedded-core/message/206377 Mute This Topic: https://lists.openembedded.org/mt/109215556/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
