mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +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:
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']
|
||||
|
|
Loading…
Reference in New Issue
Block a user