diff options
| author | Jose Quaresma <quaresma.jose@gmail.com> | 2026-05-06 12:15:50 +0100 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-12 01:07:00 -0700 |
| commit | a79798315658247f3851fe75a9f1c10c9330e7ae (patch) | |
| tree | 743087adf78ac04d27aa8c6e416cdff005db1628 | |
| parent | a9eece01950543d22034c105a2afc033ced15c8e (diff) | |
| download | meta-openembedded-a79798315658247f3851fe75a9f1c10c9330e7ae.tar.gz | |
libcamera: change python config
The python3 can be removed from PACKAGECONFIG depends because
the python3native is already inherited.
Also rename the pycamera to python as this is more generic
and can be used to enable everything related to python.
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
| -rw-r--r-- | meta-multimedia/recipes-multimedia/libcamera/libcamera_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.6.0.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.6.0.bb index f1e138c4c7..64e8973d53 100644 --- a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.6.0.bb +++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.6.0.bb | |||
| @@ -27,7 +27,7 @@ PACKAGECONFIG ??= "" | |||
| 27 | PACKAGECONFIG[dng] = ",,tiff" | 27 | PACKAGECONFIG[dng] = ",,tiff" |
| 28 | PACKAGECONFIG[compliance] = "-Dlc-compliance=enabled,-Dlc-compliance=disabled,gtest" | 28 | PACKAGECONFIG[compliance] = "-Dlc-compliance=enabled,-Dlc-compliance=disabled,gtest" |
| 29 | PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" | 29 | PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" |
| 30 | PACKAGECONFIG[pycamera] = "-Dpycamera=enabled,-Dpycamera=disabled,python3 python3-pybind11" | 30 | PACKAGECONFIG[python] = "-Dpycamera=enabled,-Dpycamera=disabled,python3-pybind11" |
| 31 | PACKAGECONFIG[raspberrypi] = ",,libpisp" | 31 | PACKAGECONFIG[raspberrypi] = ",,libpisp" |
| 32 | PACKAGECONFIG[vimc] = ",," | 32 | PACKAGECONFIG[vimc] = ",," |
| 33 | PACKAGECONFIG[virtual] = ",,libyuv libjpeg-turbo" | 33 | PACKAGECONFIG[virtual] = ",,libyuv libjpeg-turbo" |
