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

Li Xin lixin.fnst at cn.fujitsu.com
Tue Jan 5 01:59:53 UTC 2016


Upgrade engine-pkcs11 from 0.1.8 to 0.2.0.

1) Modify LIC_FILES_CHKSUM,since the LICENSE file has changed,and the LICENSE has also changed.
2) Fix error: QA Issue: engine-pkcs11: Files/directories were installed but not shipped in any package:
   /usr/lib/openssl/engines/libpkcs11.la
   /usr/lib/openssl/engines/libpkcs11.so

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

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 64%
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..f2a2258 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://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33"
 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"
 
@@ -22,8 +22,8 @@ EXTRA_OECONF = "\
 "
 
 do_install_append () {
-    rm -f ${D}${libdir}/openssl/engines/engine_pkcs11.la
+    rm -f ${D}${libdir}/openssl/engines/libpkcs11.la
 }
 
-FILES_${PN} += "${libdir}/openssl/engines/engine_pkcs11.so*"
+FILES_${PN} += "${libdir}/openssl/engines/libpkcs11.so*"
 FILES_${PN}-dbg += "${libdir}/openssl/engines/.debug/*"
-- 
1.9.1






More information about the Openembedded-devel mailing list