diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2024-10-16 21:35:02 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-16 14:07:30 -0700 |
| commit | 4a78fcff7cefb9bbf1d6223b5ad90af0f8e7ae14 (patch) | |
| tree | 52b91947c586cf6888ac8eaf8385b1f3aa257e69 | |
| parent | f5d8c2f04ab704ee77a25fe2ad9d8476595123bd (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 22 | inherit cmake pkgconfig | 22 | inherit 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 |
| 25 | PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" | 25 | PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0 -DSKIP_PYTHON_WRAPPER=1" |
| 26 | EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" | 26 | EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" |
| 27 | 27 | ||
| 28 | # Put client examples into separate packages | 28 | # Put client examples into separate packages |
