summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_6.0.2.bb7
1 files changed, 4 insertions, 3 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 f55801c390..48be1fdac5 100644
--- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
@@ -24,10 +24,11 @@ inherit cmake pkgconfig
24PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" 24PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0"
25EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" 25EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}"
26 26
27# Put client examples into a separate package 27# Put client examples into separate packages
28PACKAGE_BEFORE_PN += "${PN}-examples" 28PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples"
29FILES_${PN}-examples-python = "${bindir}/py*"
29FILES_${PN}-examples = "${bindir}" 30FILES_${PN}-examples = "${bindir}"
30RDEPENDS_${PN}-examples = "python3-${BPN} python3-core" 31RDEPENDS_${PN}-examples-python = "python3-${BPN} python3-core"
31 32
32# Create the wrapper for python3 33# Create the wrapper for python3
33PACKAGES += "python3-${BPN}" 34PACKAGES += "python3-${BPN}"