]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
devtool: selftest: Swap to hello-rs for crates testing
authorAlex Kiernan <alex.kiernan@gmail.com>
Fri, 29 Dec 2023 11:44:29 +0000 (11:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Dec 2023 11:00:05 +0000 (11:00 +0000)
zvariant fails to build with newer rust

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/devtool.py

index cc28731402e7c639f7e6ef9c2fbc9aabd9001ee7..a8777207694602adb774a70baadf636f254fd78e 100644 (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']