summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_6.0.2.bb3
1 files changed, 3 insertions, 0 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 cd586897a4..599416cb2a 100644
--- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb
@@ -29,6 +29,9 @@ EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}"
29PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" 29PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples"
30FILES:${PN}-examples-python = "${bindir}/py*" 30FILES:${PN}-examples-python = "${bindir}/py*"
31FILES:${PN}-examples = "${bindir}" 31FILES:${PN}-examples = "${bindir}"
32# cec-client doesn't link with libcec, but uses LibCecInitialise to dlopen libcec, so do_package
33# cannot add the runtime dependency automatically
34RDEPENDS:${PN}-examples = "${PN}"
32RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core" 35RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core"
33 36
34# Create the wrapper for python3 37# Create the wrapper for python3