File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Build-Depends:
44
44
libclang1-15 [amd64 arm64 armhf ppc64el riscv64 s390x],
45
45
rustc [amd64 arm64 armhf ppc64el riscv64 s390x],
46
46
rust-src [amd64 arm64 armhf ppc64el riscv64 s390x],
47
- bindgen-0.56 [amd64 arm64 armhf ppc64el riscv64 s390x],
47
+ bindgen [amd64 arm64 armhf ppc64el riscv64 s390x],
48
48
libstdc++-12-dev,
49
49
Build-Depends-Indep:
50
50
xmlto <!stage1>,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Build-Depends:
46
46
libclang1-15 [amd64 arm64 armhf ppc64el riscv64 s390x],
47
47
rustc [amd64 arm64 armhf ppc64el riscv64 s390x],
48
48
rust-src [amd64 arm64 armhf ppc64el riscv64 s390x],
49
- bindgen-0.56 [amd64 arm64 armhf ppc64el riscv64 s390x],
49
+ bindgen [amd64 arm64 armhf ppc64el riscv64 s390x],
50
50
libstdc++-12-dev,
51
51
Build-Depends-Indep:
52
52
xmlto <!stage1>,
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ kmake = make ARCH=$(build_arch) \
200
200
CROSS_COMPILE=$(CROSS_COMPILE ) \
201
201
HOSTCC=$(HOSTCC ) \
202
202
CC=$(CROSS_COMPILE )$(gcc ) \
203
- BINDGEN=bindgen-0.65 \
203
+ BINDGEN=bindgen \
204
204
KERNELRELEASE=$(abi_release ) -$(target_flavour ) \
205
205
CONFIG_DEBUG_SECTION_MISMATCH=y \
206
206
KBUILD_BUILD_VERSION="$(uploadnum ) " \
You can’t perform that action at this time.
0 commit comments