summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases
diff options
context:
space:
mode:
authorAlex Kiernan <alex.kiernan@gmail.com>2023-12-29 11:44:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-30 11:03:08 +0000
commit93f71a076c13a1299a176222600d8e367a7eaf8f (patch)
treecc9b09e44d65ed7cbbe8a68ba8e8d9adb4d03b97 /meta/lib/oeqa/selftest/cases
parent781bd05a4bc4ca0f8015f103ec33eb7474ccf647 (diff)
downloadpoky-93f71a076c13a1299a176222600d8e367a7eaf8f.tar.gz
devtool: selftest: Swap to hello-rs for crates testing
zvariant fails to build with newer rust (From OE-Core rev: 5928acfe75386c8ebdf58dbd860bbb40243473fd) Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases')
-rw-r--r--meta/lib/oeqa/selftest/cases/devtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/devtool.py b/meta/lib/oeqa/selftest/cases/devtool.py
index cc28731402..a877720769 100644
--- a/meta/lib/oeqa/selftest/cases/devtool.py
+++ b/meta/lib/oeqa/selftest/cases/devtool.py
@@ -928,7 +928,7 @@ class DevtoolModifyTests(DevtoolBase):
928 # some crate:// in SRC_URI 928 # some crate:// in SRC_URI
929 # others git:// in SRC_URI 929 # others git:// in SRC_URI
930 # cointains a patch 930 # cointains a patch
931 testrecipe = 'zvariant' 931 testrecipe = 'hello-rs'
932 bb_vars = get_bb_vars(['SRC_URI', 'FILE', 'WORKDIR', 'CARGO_HOME'], testrecipe) 932 bb_vars = get_bb_vars(['SRC_URI', 'FILE', 'WORKDIR', 'CARGO_HOME'], testrecipe)
933 recipefile = bb_vars['FILE'] 933 recipefile = bb_vars['FILE']
934 workdir = bb_vars['WORKDIR'] 934 workdir = bb_vars['WORKDIR']