]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
meson: Fix native meson config
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Jul 2024 12:49:04 +0000 (13:49 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Jul 2024 22:28:28 +0000 (23:28 +0100)
commit7c2b573e6cbe518f54ea5c3539fc91ed63b80ebf
treec72aff95d80f644a03ae08572b28c048e8abb72c
parentebe2df8ab6e9d4087f8ddbffbc84eea6c4405738
meson: Fix native meson config

When the optimization flags were reduced to a single option, a different
and clearly untested codepath was used where the output was unquoted. This
caused errors when testing meson in the SDK.

Use repr() in the single item case as per the multiple item case to correctly
quote the output and fix build failures.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson_1.4.0.bb