utils: abi-compat: Disable python build
diff mbox series

Message ID 20240924131429.2848036-1-kieran.bingham@ideasonboard.com
State Accepted
Commit 9155d79f4dca3294bba548ab4cf55ac5eae121db
Headers show
Series
  • utils: abi-compat: Disable python build
Related show

Commit Message

Kieran Bingham Sept. 24, 2024, 1:14 p.m. UTC
While building the core libcamera library for ABI compatibility checks,
the pycamera python bindings may get built if the required dependencies
are found.

The ABI compatibility checks do not validate or verify the Python API -
so remove this from the intermediate build steps.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
---
 utils/abi-compat.sh | 1 +
 1 file changed, 1 insertion(+)

Comments

Laurent Pinchart Sept. 24, 2024, 1:21 p.m. UTC | #1
On Tue, Sep 24, 2024 at 02:14:29PM +0100, Kieran Bingham wrote:
> While building the core libcamera library for ABI compatibility checks,
> the pycamera python bindings may get built if the required dependencies
> are found.
> 
> The ABI compatibility checks do not validate or verify the Python API -
> so remove this from the intermediate build steps.
> 
> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
> ---
>  utils/abi-compat.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/utils/abi-compat.sh b/utils/abi-compat.sh
> index c936ac05b37c..a7b2481572bd 100755
> --- a/utils/abi-compat.sh
> +++ b/utils/abi-compat.sh
> @@ -161,6 +161,7 @@ create_abi_dump() {
>  			-Ddocumentation=disabled \
>  			-Dcam=disabled \
>  			-Dqcam=disabled \
> +			-Dpycamera=disabled \

At some point I'll ask you to sort these alphabetically :-D

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

>  			-Dgstreamer=disabled \
>  			-Dlc-compliance=disabled \
>  			-Dtracing=disabled \

Patch
diff mbox series

diff --git a/utils/abi-compat.sh b/utils/abi-compat.sh
index c936ac05b37c..a7b2481572bd 100755
--- a/utils/abi-compat.sh
+++ b/utils/abi-compat.sh
@@ -161,6 +161,7 @@  create_abi_dump() {
 			-Ddocumentation=disabled \
 			-Dcam=disabled \
 			-Dqcam=disabled \
+			-Dpycamera=disabled \
 			-Dgstreamer=disabled \
 			-Dlc-compliance=disabled \
 			-Dtracing=disabled \