> -----Original Message----- > From: [email protected] > [mailto:openembedded-devel- > [email protected]] On Behalf Of Jens Rehsack > Sent: Thursday, November 12, 2015 11:23 PM > To: [email protected] > Subject: Re: [oe] [v2][PATCH] talloc: upgrade to 2.1.3 > > > > Am 12.11.2015 um 12:16 schrieb [email protected]: > > > > From: Jackie Huang <[email protected]> > > > > Changes: > > - use ${SOLIBS} and ${SOLIBSDEV} instead of hardcoded suffix > > > > Signed-off-by: Jackie Huang <[email protected]> > > --- > > .../talloc/{talloc_2.1.1.bb => talloc_2.1.3.bb} | 18 > > ++++++++---------- > > 1 file changed, 8 insertions(+), 10 deletions(-) > > rename meta-oe/recipes-support/talloc/{talloc_2.1.1.bb => talloc_2.1.3.bb} > > (69%) > > > > diff --git a/meta-oe/recipes-support/talloc/talloc_2.1.1.bb > > b/meta-oe/recipes- > support/talloc/talloc_2.1.3.bb > > similarity index 69% > > rename from meta-oe/recipes-support/talloc/talloc_2.1.1.bb > > rename to meta-oe/recipes-support/talloc/talloc_2.1.3.bb > > index 89c390f..83c8f8f 100644 > > --- a/meta-oe/recipes-support/talloc/talloc_2.1.1.bb > > +++ b/meta-oe/recipes-support/talloc/talloc_2.1.3.bb > > @@ -7,8 +7,8 @@ SRC_URI = "http://samba.org/ftp/${BPN}/${BPN}-${PV}.tar.gz" > > LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL- > 3.0;md5=bfccfe952269fff2b407dd11f2f3083b \ > > file://${COREBASE}/meta/files/common-licenses/GPL- > 3.0;md5=c79ff39f19dfec6d293b95dea7b07891" > > > > -SRC_URI[md5sum] = "5dffb86414218a91864ed4453ba9be07" > > -SRC_URI[sha256sum] = > > "3e29ce6c3ba3c4f7c2d57ce8cf0fbc24c86618c519f2b2fb6a459025488b6174" > > +SRC_URI[md5sum] = "3e285de2228ae67ff0a0f5cec658f627" > > +SRC_URI[sha256sum] = > > "7aa5f75b22d4ef9c737b25515f2a2837ddc13014ff4ac6e58dd9e311f41f2cb0" > > > > inherit waf-samba > > > > @@ -27,19 +27,17 @@ FILES_${PN} = "" > > FILES_${PN}-dev = "" > > FILES_${PN}-dbg = "" > > > > -FILES_libtalloc = "${libdir}/libtalloc.so.2 \ > > - ${libdir}/libtalloc.so.2.1.1" > > +FILES_libtalloc = "${libdir}/libtalloc${SOLIBS}" > > FILES_libtalloc-dbg = "/usr/src/debug/ \ > > - ${libdir}/.debug/libtalloc.so.2.1.1" > > + ${libdir}/.debug/libtalloc${SOLIBS}" > > FILES_libtalloc-dev = "${includedir}/ \ > > - ${libdir}/libtalloc.so \ > > + ${libdir}/libtalloc${SOLIBSDEV} \ > > ${libdir}/pkgconfig/" > > > > FILES_pytalloc = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ > > - ${libdir}/libpytalloc-util.so.2 \ > > - ${libdir}/libpytalloc-util.so.2.1.1 \ > > + ${libdir}/libpytalloc-util${SOLIBS} \ > > " > > FILES_pytalloc-dbg = > > "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug \ > > - ${libdir}/.debug/libpytalloc-util.so.2.1.1" > > -FILES_pytalloc-dev = "${libdir}/libpytalloc-util.so" > > + ${libdir}/.debug/libpytalloc-util${SOLIBS}" > > +FILES_pytalloc-dev = "${libdir}/libpytalloc-util${SOLIBSDEV}" > > RDEPENDS_pytalloc = "python" > > -- > > 1.9.1 > > > > -- > > > I'm missing the fix discussed in > http://patchwork.openembedded.org/patch/104719/ - is talloc-dev > not empty with the update?
No, I didn't involve the above discussion and it seems pending, this only updates the version for the updated wafsamba.bbclass builds, I think the empty package issue will need a separate patch. Thanks, Jackie > > Cheers > -- > Jens Rehsack - [email protected] > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
