]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
classes/meson: clean up path arguments
authorRoss Burton <ross.burton@arm.com>
Thu, 11 Dec 2025 17:55:44 +0000 (17:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Dec 2025 18:00:31 +0000 (18:00 +0000)
commit163ff30b26e4e89e935b2c7a0d24f1ddaf0bc282
tree4b5345fe0560f337b699d77d20f131a7e1255de1
parenta89302260097806b74798b044f899725056238dc
classes/meson: clean up path arguments

The --bindir (etc.) arguments can be absolute paths, so there's no need
to work out the relative paths and we can instead pass them directly.

Also re-order the options to match the order in the Meson manual, for
ease of checking that we pass all the paths that Meson uses.

Notably, we don't set --licensedir, but we handle license manifests
ourselves.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/meson.bbclass