[platform/barefoot] fix bullseye build system (#9779)
* use py3 for dh build * use pybuild for python packages
This commit is contained in:
parent
5bac340969
commit
66b6dcb5bd
@ -8,7 +8,7 @@ BUILD_DIR := $(shell pwd)/build
|
||||
WHEEL_BUILD_DIR := $(BUILD_DIR)/wheel
|
||||
|
||||
%:
|
||||
dh $@ --with python3
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
override_dh_auto_build:
|
||||
set -e
|
||||
|
@ -13,7 +13,7 @@ WHEEL_BUILD_DIR := $(BUILD_DIR)/wheel
|
||||
MODULE_NAMES := as9516 as9516bf
|
||||
|
||||
%:
|
||||
dh $@ --with python3
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
override_dh_auto_build:
|
||||
make -C $(KERNEL_SRC)/build M=$(MODULE_SRC)
|
||||
|
@ -8,7 +8,7 @@ BUILD_DIR := $(shell pwd)/build
|
||||
WHEEL_BUILD_DIR := $(BUILD_DIR)/wheel
|
||||
|
||||
%:
|
||||
dh $@ --with python3
|
||||
dh $@ --with python3 --buildsystem=pybuild
|
||||
|
||||
override_dh_auto_build:
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user