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>
This commit is contained in:
Alex Kiernan 2023-12-29 11:44:29 +00:00 committed by Richard Purdie
parent 781bd05a4b
commit 93f71a076c

View File

@ -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']