From: Yann Dirson <[email protected]> It does not provide more functionality than the C-based examples, so is of little value on a target except for checking the python module is working.
Signed-off-by: Yann Dirson <[email protected]> --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 7 ++++--- 1 file 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 f55801c39..48be1fdac 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 PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" -# Put client examples into a separate package -PACKAGE_BEFORE_PN += "${PN}-examples" +# Put client examples into separate packages +PACKAGE_BEFORE_PN += "${PN}-examples-python ${PN}-examples" +FILES_${PN}-examples-python = "${bindir}/py*" FILES_${PN}-examples = "${bindir}" -RDEPENDS_${PN}-examples = "python3-${BPN} python3-core" +RDEPENDS_${PN}-examples-python = "python3-${BPN} python3-core" # Create the wrapper for python3 PACKAGES += "python3-${BPN}" -- 2.28.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86964): https://lists.openembedded.org/g/openembedded-devel/message/86964 Mute This Topic: https://lists.openembedded.org/mt/76728423/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
