[oe-commits] [meta-openembedded] 29/46: libp11: update to version 0.4.0

git at git.openembedded.org git at git.openembedded.org
Tue Aug 16 15:37:38 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit c3283d999d365a0d848dc4b01ac155f9d8e0aad0
Author: Derek Straka <derek at asterius.io>
AuthorDate: Mon Aug 15 15:04:31 2016 -0400

    libp11: update to version 0.4.0
    
    Signed-off-by: Derek Straka <derek at asterius.io>
---
 .../recipes-support/libp11/{libp11_0.3.0.bb => libp11_0.4.0.bb}  | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

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 63%
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 1fb301f..d88006c 100644
--- a/meta-oe/recipes-support/libp11/libp11_0.3.0.bb
+++ b/meta-oe/recipes-support/libp11/libp11_0.4.0.bb
@@ -9,15 +9,22 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
 DEPENDS = "libtool openssl"
 
 SRC_URI = "git://github.com/OpenSC/libp11.git"
-SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2"
+SRCREV = "22de793340ab73cafc92f8238afb51a06d8411c3"
 
 S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 
+# Currently, Makefile dependencies are incorrectly defined which causes build errors
+# The number of jobs is high
+# See https://github.com/OpenSC/libp11/issues/94
+PARALLEL_MAKE = ""
 EXTRA_OECONF = "--disable-static"
 
 do_install_append () {
     rm -rf ${D}${libdir}/*.la
     rm -rf ${D}${docdir}/${BPN}
 }
+
+FILES_${PN} += "${libdir}/pkcs11${SOLIBS}"
+FILES_${PN}-dev += "${libdir}/pkcs11${SOLIBSDEV}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list