]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
meson: provide relocation script and native/cross wrappers also for meson-native
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 22 Jul 2022 18:39:15 +0000 (20:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jul 2022 10:50:01 +0000 (11:50 +0100)
commit87d4f6d176f27c22dbb99abc271b9a6eaca314f8
tree60c2ba8fb5a6c989e7e9471dfd33dafbe36ea181
parent3134d19ba15bb783389c40617d5e2b568c7cd81c
meson: provide relocation script and native/cross wrappers also for meson-native

When using meson-native directly from bitbake this has no effect and
everything works as before; the use case is being able to build
meson-driven projects from the 'direct SDK' environment. Build systems
like cmake/autotools are entirely driven by environment variables,
but meson needs configuration files, and so this replicates how SDKs
set things up.

In particular, with this change the libepoxy build test from the SDK
test suite is able to pass.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson/meson-wrapper
meta/recipes-devtools/meson/meson_0.63.0.bb