mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 05:50:27 +00:00
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>
This commit is contained in:
parent
61d5e47f99
commit
366294d72d
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user