Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Relax bindgen version requirement
  • Loading branch information
jackpot51 committed Apr 25, 2024
commit c977498b1e9ae00e3e03716cf810c84cebb46c42
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