From 5928acfe75386c8ebdf58dbd860bbb40243473fd Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Fri, 29 Dec 2023 11:44:29 +0000 Subject: [PATCH] devtool: selftest: Swap to hello-rs for crates testing zvariant fails to build with newer rust Signed-off-by: Alex Kiernan Signed-off-by: Richard Purdie --- 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 cc28731402e..a8777207694 100644 --- a/meta/lib/oeqa/selftest/cases/devtool.py +++ b/meta/lib/oeqa/selftest/cases/devtool.py @@ -928,7 +928,7 @@ class DevtoolModifyTests(DevtoolBase): # some crate:// in SRC_URI # others git:// in SRC_URI # cointains a patch - testrecipe = 'zvariant' + testrecipe = 'hello-rs' bb_vars = get_bb_vars(['SRC_URI', 'FILE', 'WORKDIR', 'CARGO_HOME'], testrecipe) recipefile = bb_vars['FILE'] workdir = bb_vars['WORKDIR'] -- 2.47.3