Skip to content

Commit c977498

Browse files
committed
Relax bindgen version requirement
1 parent fd9f0da commit c977498

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debian.master/control.stub.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Build-Depends:
4444
libclang1-15 [amd64 arm64 armhf ppc64el riscv64 s390x],
4545
rustc [amd64 arm64 armhf ppc64el riscv64 s390x],
4646
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],
4848
libstdc++-12-dev,
4949
Build-Depends-Indep:
5050
xmlto <!stage1>,

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Build-Depends:
4646
libclang1-15 [amd64 arm64 armhf ppc64el riscv64 s390x],
4747
rustc [amd64 arm64 armhf ppc64el riscv64 s390x],
4848
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],
5050
libstdc++-12-dev,
5151
Build-Depends-Indep:
5252
xmlto <!stage1>,

debian/rules.d/0-common-vars.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ kmake = make ARCH=$(build_arch) \
200200
CROSS_COMPILE=$(CROSS_COMPILE) \
201201
HOSTCC=$(HOSTCC) \
202202
CC=$(CROSS_COMPILE)$(gcc) \
203-
BINDGEN=bindgen-0.65 \
203+
BINDGEN=bindgen \
204204
KERNELRELEASE=$(abi_release)-$(target_flavour) \
205205
CONFIG_DEBUG_SECTION_MISMATCH=y \
206206
KBUILD_BUILD_VERSION="$(uploadnum)" \

0 commit comments

Comments
 (0)