diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-25 21:44:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-25 21:45:21 +0100 |
commit | 366294d72d7451a8d42dbd46149049ea28cf0d33 (patch) | |
tree | 5f9250ce10bbf85933b29779e8a5af7b7250f947 /meta/conf | |
parent | 61d5e47f995d398fd8a8a8127ae3dca911ec61eb (diff) | |
download | poky-366294d72d7451a8d42dbd46149049ea28cf0d33.tar.gz |
time64: Fix incorrect recipe override syntax
The original commit incorrectly missed off the pn- override prefix, fix it.
(From OE-Core rev: 766ebeec6fa56305606df3dcf901053dd58c1a95)
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, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/time64.inc b/meta/conf/distro/include/time64.inc index 2200144719..f9f2fd0877 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" | |||
41 | 41 | ||
42 | # Pseudo has to wrap all glibc calls including the 32 bit ones even | 42 | # Pseudo has to wrap all glibc calls including the 32 bit ones even |
43 | # if it doesn't use them itself | 43 | # if it doesn't use them itself |
44 | INSANE_SKIP:append:pseudo = " 32bit-time" | 44 | INSANE_SKIP:append:pn-pseudo = " 32bit-time" |
45 | 45 | ||
46 | # Additionally cargo_common class (i.e. everything written in rust) | 46 | # Additionally cargo_common class (i.e. everything written in rust) |
47 | # has the same INSANE_SKIP setting. | 47 | # has the same INSANE_SKIP setting. |