mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/rust-bindgen: bump version to 0.72.1
https://github.com/rust-lang/rust-bindgen/releases/tag/v0.72.1 We need to add "refs/tags/" to RUST_BINDGEN_SITE because the github repo contains a tag and a branch with the same name: $ wget -q https://github.com/rust-lang/rust-bindgen/archive/v0.72.1/rust-bindgen-0.72.1-cargo4.tar.gz -O - the given path has multiple possibilities: #<Git::Ref:0x00007d64db1eed90>, #<Git::Ref:0x00007d64db1e7c70> Fixes a build error with mesa3d 26.x and the upcoming llvm 22 bump: https://github.com/rust-lang/rust-bindgen/issues/3264#issuecomment-3218111176 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Co-authored-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
e7928fef42
commit
20db09684b
@@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 f131b9cf87ea0a5db33ff3ad711aec4dbc4d383536f5f2e37493d63cbe95428e rust-bindgen-0.72.0-cargo4.tar.gz
|
||||
sha256 9dd2f0f7bae7c84b1d79fb848d17335b8ebc37c27cd5ecb6e0da3ec0dba87d71 rust-bindgen-0.72.1-cargo4.tar.gz
|
||||
sha256 c23953d9deb0a3312dbeaf6c128a657f3591acee45067612fa68405eaa4525db LICENSE
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RUST_BINDGEN_VERSION = 0.72.0
|
||||
RUST_BINDGEN_SITE = $(call github,rust-lang,rust-bindgen,v$(RUST_BINDGEN_VERSION))
|
||||
RUST_BINDGEN_VERSION = 0.72.1
|
||||
RUST_BINDGEN_SITE = $(call github,rust-lang,rust-bindgen,refs/tags/v$(RUST_BINDGEN_VERSION))
|
||||
RUST_BINDGEN_LICENSE = BSD-3-clause
|
||||
RUST_BINDGEN_LICENSE_FILES = LICENSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user