Message ID | 20240924131429.2848036-1-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Commit | 9155d79f4dca3294bba548ab4cf55ac5eae121db |
Headers | show |
Series |
|
Related | show |
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 \
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 \
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(+)