mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
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:
committed by
Richard Purdie
parent
781bd05a4b
commit
93f71a076c
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user