mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
f5d8c2f04a
commit
4a78fcff7c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user