please rebase it on master-next and resend On Sun, Nov 9, 2025 at 11:22 AM moraless.philius5 via lists.openembedded.org <[email protected]> wrote:
> 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.2.bb | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.4.2.bb > b/meta-networking/recipes-support/libtalloc/libtalloc_2.4.2.bb > index b617f097cf..177872fd60 100644 > --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.4.2.bb > +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.4.2.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 (#121447): https://lists.openembedded.org/g/openembedded-devel/message/121447 Mute This Topic: https://lists.openembedded.org/mt/116207686/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
