diff options
-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 |