On Wed, Aug 10, 2016 at 03:57:07PM +0200, Martin Jansa wrote: > I've updated it also in engine-pkcs change, while resolving conflicts from > those SRC_URI changes for krogoth and master.
There is one more issue: cd .libs && ln -s -f pkcs11.so libpkcs11.so /bin/bash: line 0: cd: .libs: No such file or directory make[2]: *** [all-local] Error 1 http://errors.yoctoproject.org/Errors/Details/75462/ So keeping this in master-next with other 3 changes, until this is resolved. > On Wed, Aug 10, 2016 at 3:32 PM, Derek Straka <[email protected]> wrote: > > > Ah, excellent. Thanks for the hint. > > > > -Derek > > > > On Wed, Aug 10, 2016 at 3:45 AM, Martin Jansa <[email protected]> > > wrote: > > > > > On Tue, Aug 09, 2016 at 08:38:53PM -0400, Derek Straka wrote: > > > > Signed-off-by: Derek Straka <[email protected]> > > > > --- > > > > meta-oe/recipes-support/libp11/{libp11_0.3.0.bb => libp11_0.4.0.bb} | > > > 5 ++++- > > > > 1 file changed, 4 insertions(+), 1 deletion(-) > > > > rename meta-oe/recipes-support/libp11/{libp11_0.3.0.bb => > > > libp11_0.4.0.bb} (81%) > > > > > > > > diff --git a/meta-oe/recipes-support/libp11/libp11_0.3.0.bb > > > b/meta-oe/recipes-support/libp11/libp11_0.4.0.bb > > > > similarity index 81% > > > > rename from meta-oe/recipes-support/libp11/libp11_0.3.0.bb > > > > rename to meta-oe/recipes-support/libp11/libp11_0.4.0.bb > > > > index d97bfc6..a7e43be 100644 > > > > --- a/meta-oe/recipes-support/libp11/libp11_0.3.0.bb > > > > +++ b/meta-oe/recipes-support/libp11/libp11_0.4.0.bb > > > > @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5= > > > fad9b3332be894bab9bc501572864b29" > > > > DEPENDS = "libtool openssl" > > > > > > > > SRC_URI = "git://github.com/OpenSC/libp11.git;protocol=http" > > > > -SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2" > > > > +SRCREV = "22de793340ab73cafc92f8238afb51a06d8411c3" > > > > > > > > S = "${WORKDIR}/git" > > > > > > > > @@ -21,3 +21,6 @@ do_install_append () { > > > > rm -rf ${D}${libdir}/*.la > > > > rm -rf ${D}${docdir}/${BPN} > > > > } > > > > + > > > > +FILES_${PN} += "${libdir}/pkcs11.so.0*" > > > > +FILES_${PN}-dev += "${libdir}/pkcs11.so" > > > > > > You can use following variables here: > > > > > > SOLIBS = ".so.*" > > > SOLIBS_darwin = ".dylib" > > > > > > SOLIBSDEV = ".so" > > > # Due to the ordering of PACKAGES and the naming of the dev symlinks on > > > # darwin, > > > # we can't make the symlinks end up in the -dev packages easily at this > > > # point. This hack > > > # at least means builds aren't completely broken and symlinks don't take > > > # up much space. > > > SOLIBSDEV_darwin = ".dylibbroken" > > > > > > If I don't forget I'll update it when cherry-picking to master-next (if > > > you don't send v2 before that). > > > > > > -- > > > Martin 'JaMa' Jansa jabber: [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 > > -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
