From: Alex Kiernan Date: Fri, 29 Dec 2023 11:44:29 +0000 (+0000) Subject: devtool: selftest: Swap to hello-rs for crates testing X-Git-Tag: uninative-4.4~597 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5928acfe75386c8ebdf58dbd860bbb40243473fd;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 --- 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']