From: Moraless Philius <[email protected]> The libtalloc recipe did not properly populate the pytalloc package because pytalloc was listed after the main libtalloc package in the PACKAGES variable. As a result, the pytalloc package contained only talloc.so and was missing other required files.
Signed-off-by: Moraless Philius <[email protected]> --- .../recipes-support/libtalloc/libtalloc_2.4.3.bb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb index ff36a61d15..254d94064f 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb @@ -49,13 +49,15 @@ do_install_ptest() { install -m 0755 ${B}/bin/*_testsuite ${D}${PTEST_PATH}/tests/ } -PACKAGES += "pytalloc pytalloc-dev" +PACKAGES =+ "pytalloc pytalloc-dev" RPROVIDES:${PN}-dbg += "pytalloc-dbg" FILES:pytalloc = "${PYTHON_SITEPACKAGES_DIR}/* \ - ${libdir}/libpytalloc-util.so.2 \ - ${libdir}/libpytalloc-util.so.2.1.1 \ + ${libdir}/libpytalloc-util.so.* \ " -FILES:pytalloc-dev = "${libdir}/libpytalloc-util.so" +FILES:pytalloc-dev = "${libdir}/libpytalloc-util.so \ + ${includedir}/pytalloc.h \ + ${libdir}/pkgconfig/pytalloc.pc \ + " RDEPENDS:pytalloc = "python3" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#121465): https://lists.openembedded.org/g/openembedded-devel/message/121465 Mute This Topic: https://lists.openembedded.org/mt/116219719/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
