]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa/selftest/recipetool: downgrade meson version to not use pyproject.toml
authorRoss Burton <ross.burton@arm.com>
Fri, 9 Feb 2024 15:49:37 +0000 (15:49 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 10 Feb 2024 14:12:54 +0000 (14:12 +0000)
commit6dfe573d83687e5431841f062442b54b9fa22ff3
treed0b6bed378ad117dccb12393f5e24ce73ad90650
parent02d31355b20f8f3e7bd1b71c9412988eca9ec4b4
oeqa/selftest/recipetool: downgrade meson version to not use pyproject.toml

recipetool's pyproject.toml parsing needs tomllib (python 3.11+) or
tomli (not a hard dependency), so is prone to failing depending on the
host configuration.

Downgrade the Meson release used for the checks to 0.52.1, which was the
last release before moving to pyproject.toml.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/recipetool.py