Skip to content

Commit cc17013

Browse files
authored
scarthgap: chromium: Fixed rust version check (#933)
Signed-off-by: Tomas Volka <tomas.volka@gmail.com>
1 parent 1240b0a commit cc17013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SRC_URI:append:libc-musl = "\
5353
file://musl/0015-fix-libc-version-include.patch \
5454
"
5555

56-
SRC_URI:append = "${@oe.utils.version_less_or_equal('RUSTVERSION', '1.85', '', ' file://0016-Fix-adler-reference-for-Rust-1.86-and-later.patch', d)}"
56+
SRC_URI:append = "${@oe.utils.version_less_or_equal('RUSTVERSION', '1.85.1', '', ' file://0016-Fix-adler-reference-for-Rust-1.86-and-later.patch', d)}"
5757

5858
ANY_OF_DISTRO_FEATURES = "opengl vulkan"
5959

0 commit comments

Comments
 (0)