]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
recipetool/create_buildsys_python: prefix created recipes with python3-
authorJulien Stephan <jstephan@baylibre.com>
Wed, 25 Oct 2023 15:46:56 +0000 (17:46 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 Oct 2023 07:28:11 +0000 (08:28 +0100)
commitb0d87440e610b80f763d09784d4a90a148bb3e7b
tree72f6b43620d401ad791dc09ce56e96f6748e1fc1
parentb7c26ca2028aa60f740464de85a11a01a531f32e
recipetool/create_buildsys_python: prefix created recipes with python3-

By convention, all python recipes start with "python3-" so update
create_buildsys_python to do this

This rule doesn't apply for packages already starting with "python"

Update recipetool's selftest accordingly

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/recipetool.py
scripts/lib/recipetool/create_buildsys_python.py