]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
sanity.bbclass: raise_sanity_error if /tmp is noexec
authorMichal Sieron <michalwsieron@gmail.com>
Mon, 12 Feb 2024 09:09:26 +0000 (10:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Feb 2024 13:51:38 +0000 (13:51 +0000)
commitee93a8e89322143252040bd5bc99259c5efff831
tree985456764669fcc428d0c3a6d3d0c46386f67640
parentf2d80817baea298b953d6e14daad65087b3b50c9
sanity.bbclass: raise_sanity_error if /tmp is noexec

Older meson versions save temporary scripts in /tmp.
Similarly some recipies also do that (e.g. ccan in sbsigntool).

As this can lead to unexpected build failures with no simple way
to workaround, make such setup a fatal error.

Signed-off-by: Michal Sieron <michalwsieron@gmail.com>
meta/classes-global/sanity.bbclass