diff options
| -rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 3 |
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}" | |||
| 29 | PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" | 29 | PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" |
| 30 | FILES:${PN}-examples-python = "${bindir}/py*" | 30 | FILES:${PN}-examples-python = "${bindir}/py*" |
| 31 | FILES:${PN}-examples = "${bindir}" | 31 | FILES:${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 | ||
| 34 | RDEPENDS:${PN}-examples = "${PN}" | ||
| 32 | RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core" | 35 | RDEPENDS:${PN}-examples-python = "python3-${BPN} python3-core" |
| 33 | 36 | ||
| 34 | # Create the wrapper for python3 | 37 | # Create the wrapper for python3 |
