summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_6.0.2.bb2
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"
22inherit cmake pkgconfig 22inherit 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
25PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" 25PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0 -DSKIP_PYTHON_WRAPPER=1"
26EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" 26EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}"
27 27
28# Put client examples into separate packages 28# Put client examples into separate packages