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 <[email protected]> --- meta-multimedia/recipes-multimedia/libcamera/libcamera_0.6.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ??= "" PACKAGECONFIG[dng] = ",,tiff" PACKAGECONFIG[compliance] = "-Dlc-compliance=enabled,-Dlc-compliance=disabled,gtest" PACKAGECONFIG[gst] = "-Dgstreamer=enabled,-Dgstreamer=disabled,gstreamer1.0 gstreamer1.0-plugins-base" -PACKAGECONFIG[pycamera] = "-Dpycamera=enabled,-Dpycamera=disabled,python3 python3-pybind11" +PACKAGECONFIG[python] = "-Dpycamera=enabled,-Dpycamera=disabled,python3-pybind11" PACKAGECONFIG[raspberrypi] = ",,libpisp" PACKAGECONFIG[vimc] = ",," PACKAGECONFIG[virtual] = ",,libyuv libjpeg-turbo" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#126801): https://lists.openembedded.org/g/openembedded-devel/message/126801 Mute This Topic: https://lists.openembedded.org/mt/119177038/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
