summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Quaresma <quaresma.jose@gmail.com>2026-05-06 12:15:50 +0100
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:07:00 -0700
commita79798315658247f3851fe75a9f1c10c9330e7ae (patch)
tree743087adf78ac04d27aa8c6e416cdff005db1628
parenta9eece01950543d22034c105a2afc033ced15c8e (diff)
downloadmeta-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.bb2
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 ??= ""
27PACKAGECONFIG[dng] = ",,tiff" 27PACKAGECONFIG[dng] = ",,tiff"
28PACKAGECONFIG[compliance] = "-Dlc-compliance=enabled,-Dlc-compliance=disabled,gtest" 28PACKAGECONFIG[compliance] = "-Dlc-compliance=enabled,-Dlc-compliance=disabled,gtest"
29PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" 29PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base"
30PACKAGECONFIG[pycamera] = "-Dpycamera=enabled,-Dpycamera=disabled,python3 python3-pybind11" 30PACKAGECONFIG[python] = "-Dpycamera=enabled,-Dpycamera=disabled,python3-pybind11"
31PACKAGECONFIG[raspberrypi] = ",,libpisp" 31PACKAGECONFIG[raspberrypi] = ",,libpisp"
32PACKAGECONFIG[vimc] = ",," 32PACKAGECONFIG[vimc] = ",,"
33PACKAGECONFIG[virtual] = ",,libyuv libjpeg-turbo" 33PACKAGECONFIG[virtual] = ",,libyuv libjpeg-turbo"