Skip to content

Commit

Permalink
libcec: disable python wrapper
Browse files Browse the repository at this point in the history
No longer python 3.13 compatible:
Pulse-Eight/libcec#664

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kanavin authored and kraj committed Oct 16, 2024
1 parent afe7003 commit 7042763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7042763

Please sign in to comment.