| Message ID | 20241016193505.3459828-10-alex@linutronix.de |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [01/13] python3-meld: do not depend on python3-cgitb | expand |
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 599416cb2..22155e534 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" 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
No longer python 3.13 compatible: https://github.com/Pulse-Eight/libcec/issues/664 Signed-off-by: Alexander Kanavin <alex@linutronix.de> --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)