aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-08-15 15:04:31 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:49:24 +0200
commit30ef6ad7d9caadb0c2ce8bff9d1edc0fec7cea02 (patch)
tree6ba09970e2c505d4bccca7bbb1cdcd777bbe3daa
parent1aaa57e8cfe8b66406ae090937129f2b9ab1155b (diff)
downloadmeta-openembedded-contrib-30ef6ad7d9caadb0c2ce8bff9d1edc0fec7cea02.tar.gz
libp11: update to version 0.4.0
Signed-off-by: Derek Straka <derek@asterius.io>
-rw-r--r--meta-oe/recipes-support/libp11/libp11_0.4.0.bb (renamed from meta-oe/recipes-support/libp11/libp11_0.3.0.bb)9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_0.3.0.bb b/meta-oe/recipes-support/libp11/libp11_0.4.0.bb
index 1fb301fa33..d88006c366 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}"