From: Enrico Scholz <[email protected]> After changing naming of cargo config in cargo_common.bbclass, adapt devtool to use the new name.
Signed-off-by: Enrico Scholz <[email protected]> --- meta/lib/oeqa/selftest/cases/devtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py index e09e9755a3be..115dc24d87e1 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py @@ -1027,7 +1027,7 @@ class DevtoolModifyTests(DevtoolBase): # Configure the recipe to check that the git dependencies are correctly patched in cargo config bitbake('-c configure %s' % testrecipe) - cargo_config_path = os.path.join(cargo_home, 'config') + cargo_config_path = os.path.join(cargo_home, 'config.toml') with open(cargo_config_path, "r") as f: cargo_config_contents = [line.strip('\n') for line in f.readlines()] -- 2.48.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#211798): https://lists.openembedded.org/g/openembedded-core/message/211798 Mute This Topic: https://lists.openembedded.org/mt/111308268/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
