summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2024-10-16 21:35:02 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-16 14:07:30 -0700
commit4a78fcff7cefb9bbf1d6223b5ad90af0f8e7ae14 (patch)
tree52b91947c586cf6888ac8eaf8385b1f3aa257e69
parentf5d8c2f04ab704ee77a25fe2ad9d8476595123bd (diff)
downloadmeta-openembedded-4a78fcff7cefb9bbf1d6223b5ad90af0f8e7ae14.tar.gz
libcec: disable python wrapper
No longer python 3.13 compatible: https://github.com/Pulse-Eight/libcec/issues/664 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_6.0.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
index 599416cb2a..22155e534c 100644
--- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
22inherit cmake pkgconfig 22inherit cmake pkgconfig
23 23
24# default config is for RaspberryPi API, use the Linux 4.10+ API by default 24# default config is for RaspberryPi API, use the Linux 4.10+ API by default
25PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" 25PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0 -DSKIP_PYTHON_WRAPPER=1"
26EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" 26EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}"
27 27
28# Put client examples into separate packages 28# Put client examples into separate packages