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>
This commit is contained in:
Alexander Kanavin 2024-10-16 21:35:02 +02:00 committed by Khem Raj
parent f5d8c2f04a
commit 4a78fcff7c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
inherit cmake pkgconfig
# default config is for RaspberryPi API, use the Linux 4.10+ API by default
PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0"
PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0 -DSKIP_PYTHON_WRAPPER=1"
EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}"
# Put client examples into separate packages