[oe] [meta-oe][PATCH] engine-pkcs11: 0.1.8 -> 0.2.0

Li Xin lixin.fnst at cn.fujitsu.com
Mon Jan 4 02:10:54 UTC 2016


Upgrade engine-pkcs11 from 0.1.8 to 0.2.0.

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
---
 .../{engine-pkcs11_0.1.8.bb => engine-pkcs11_0.2.0.bb}            | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/engine-pkcs11/{engine-pkcs11_0.1.8.bb => engine-pkcs11_0.2.0.bb} (73%)

diff --git a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.1.8.bb b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb
similarity index 73%
rename from meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.1.8.bb
rename to meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb
index a511cfb..c941cec 100644
--- a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.1.8.bb
+++ b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb
@@ -6,11 +6,11 @@ call by openssl to a PKCS cards and software for using smart cards in PKCS"
 HOMEPAGE = "https://github.com/OpenSC/engine_pkcs11"
 SECTION = "Development/Libraries"
 LICENSE = "LGPLv2.1+"
-LIC_FILES_CHKSUM = "file://doc/README;md5=d2ab6bf8854463fa6bf98f5bb6dfc47c"
+LIC_FILES_CHKSUM = "file://README.md;md5=10308084406d7fede4d932b0cf4e4fa9"
 DEPENDS = "openssl libp11"
 
-SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git"
-SRCREV = "bb775c32dba8cc4b4381a53da7ab5d7b22b7921d"
+SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git;protocol=http"
+SRCREV = "6909d6761c8820e1750fa0bf4fa8532c82f34e35"
 
 S = "${WORKDIR}/git"
 
@@ -25,5 +25,5 @@ do_install_append () {
     rm -f ${D}${libdir}/openssl/engines/engine_pkcs11.la
 }
 
-FILES_${PN} += "${libdir}/openssl/engines/engine_pkcs11.so*"
+FILES_${PN} += "${libdir}/openssl/engines/*"
 FILES_${PN}-dbg += "${libdir}/openssl/engines/.debug/*"
-- 
1.9.1






More information about the Openembedded-devel mailing list