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]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
