[PATCH] utils: abi-compat: Disable python build

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Sep 24 15:21:31 CEST 2024


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 at 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 at ideasonboard.com>

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

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list