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

git at git.openembedded.org git at git.openembedded.org
Fri Aug 12 12:05:29 UTC 2016


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

commit 31377ac0240283b6b6d62d38f065099851569a25
Author: Derek Straka <derek at asterius.io>
AuthorDate: Tue Aug 9 20:38:53 2016 -0400

    libp11: update to version 0.4.0
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/libp11/{libp11_0.3.0.bb => libp11_0.4.0.bb} | 5 ++++-
 1 file changed, 4 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 79%
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..44c89ac 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"
-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${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