Skip to content

Commit

Permalink
Relax bindgen version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Apr 25, 2024
1 parent fd9f0da commit c977498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian.master/control.stub.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Build-Depends:
libclang1-15 [amd64 arm64 armhf ppc64el riscv64 s390x],
rustc [amd64 arm64 armhf ppc64el riscv64 s390x],
rust-src [amd64 arm64 armhf ppc64el riscv64 s390x],
bindgen-0.56 [amd64 arm64 armhf ppc64el riscv64 s390x],
bindgen [amd64 arm64 armhf ppc64el riscv64 s390x],
libstdc++-12-dev,
Build-Depends-Indep:
xmlto <!stage1>,
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Build-Depends:
libclang1-15 [amd64 arm64 armhf ppc64el riscv64 s390x],
rustc [amd64 arm64 armhf ppc64el riscv64 s390x],
rust-src [amd64 arm64 armhf ppc64el riscv64 s390x],
bindgen-0.56 [amd64 arm64 armhf ppc64el riscv64 s390x],
bindgen [amd64 arm64 armhf ppc64el riscv64 s390x],
libstdc++-12-dev,
Build-Depends-Indep:
xmlto <!stage1>,
Expand Down
2 changes: 1 addition & 1 deletion debian/rules.d/0-common-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ kmake = make ARCH=$(build_arch) \
CROSS_COMPILE=$(CROSS_COMPILE) \
HOSTCC=$(HOSTCC) \
CC=$(CROSS_COMPILE)$(gcc) \
BINDGEN=bindgen-0.65 \
BINDGEN=bindgen \
KERNELRELEASE=$(abi_release)-$(target_flavour) \
CONFIG_DEBUG_SECTION_MISMATCH=y \
KBUILD_BUILD_VERSION="$(uploadnum)" \
Expand Down

0 comments on commit c977498

Please sign in to comment.