]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/selftest/recipetool: fix metadata corruption on meta layer
authorJulien Stephan <jstephan@baylibre.com>
Mon, 11 Dec 2023 17:01:38 +0000 (18:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Dec 2023 11:34:07 +0000 (11:34 +0000)
commitbf5e6c1b6ceca5a2eda30359d5e5e330278a97e1
tree83f51dee069437ae6f56f72cd1537b543a7ef407
parentb9a11e6495a27164d095673915edddb2474fdbd7
oeqa/selftest/recipetool: fix metadata corruption on meta layer

[YOCTO #15314]

test_recipetool_appendsrcfile_update_recipe_basic is using base-files as
test recipe but modifies it directly which can corrupt metadata for other
tests relying on this recipe.

So use mtd-utils-selftest as test recipe from meta-selftest to avoid
this kind of issues

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/lib/oeqa/selftest/cases/recipetool.py