summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-15 08:52:38 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-18 22:17:22 -0800
commitdd402176a6e28df76e4b737cec7d266b5bfbfa06 (patch)
tree3a5fca1836482c1624aa002c8c1cdc6ca4b8f60b /meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb
parentd1c899315991b531480ad766d8131cc59bb34fa5 (diff)
downloadmeta-openembedded-dd402176a6e28df76e4b737cec7d266b5bfbfa06.tar.gz
libcamera: skip until upstream resolves python 3.12 compatibility
I'd note that imp module has been deprecated for years, so that's what happens when deprecation warnings are ignored. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb')
-rw-r--r--meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb
index 2a3c6473ee..9c04d7434f 100644
--- a/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb
+++ b/meta-multimedia/recipes-multimedia/libcamera/libcamera_0.1.0.bb
@@ -73,3 +73,4 @@ FILES:${PN}-gst = "${libdir}/gstreamer-1.0"
73# both 32 and 64 bit file APIs. 73# both 32 and 64 bit file APIs.
74GLIBC_64BIT_TIME_FLAGS = "" 74GLIBC_64BIT_TIME_FLAGS = ""
75 75
76SKIP_RECIPE[libcamera] ?= "Not compatible with python 3.12, see https://bugs.libcamera.org/show_bug.cgi?id=206"