diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2016-01-04 17:59:53 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-06 13:25:56 +0100 |
commit | 357c52f96530921e719bda230f309964aa1ee653 (patch) | |
tree | ded4fa9687ba68443473828c2c45eb8a305bbdaa | |
parent | b0f8fdda98a6297e9f9570dee5907e712f34b572 (diff) | |
download | meta-openembedded-357c52f96530921e719bda230f309964aa1ee653.tar.gz |
engine-pkcs11: 0.1.8 -> 0.2.0
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@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb (renamed from meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.1.8.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
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 index a511cfb182..f2a225874d 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" | |||
6 | HOMEPAGE = "https://github.com/OpenSC/engine_pkcs11" | 6 | HOMEPAGE = "https://github.com/OpenSC/engine_pkcs11" |
7 | SECTION = "Development/Libraries" | 7 | SECTION = "Development/Libraries" |
8 | LICENSE = "LGPLv2.1+" | 8 | LICENSE = "LGPLv2.1+" |
9 | LIC_FILES_CHKSUM = "file://doc/README;md5=d2ab6bf8854463fa6bf98f5bb6dfc47c" | 9 | LIC_FILES_CHKSUM = "file://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33" |
10 | DEPENDS = "openssl libp11" | 10 | DEPENDS = "openssl libp11" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git" | 12 | SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git;protocol=http" |
13 | SRCREV = "bb775c32dba8cc4b4381a53da7ab5d7b22b7921d" | 13 | SRCREV = "6909d6761c8820e1750fa0bf4fa8532c82f34e35" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
@@ -22,8 +22,8 @@ EXTRA_OECONF = "\ | |||
22 | " | 22 | " |
23 | 23 | ||
24 | do_install_append () { | 24 | do_install_append () { |
25 | rm -f ${D}${libdir}/openssl/engines/engine_pkcs11.la | 25 | rm -f ${D}${libdir}/openssl/engines/libpkcs11.la |
26 | } | 26 | } |
27 | 27 | ||
28 | FILES_${PN} += "${libdir}/openssl/engines/engine_pkcs11.so*" | 28 | FILES_${PN} += "${libdir}/openssl/engines/libpkcs11.so*" |
29 | FILES_${PN}-dbg += "${libdir}/openssl/engines/.debug/*" | 29 | FILES_${PN}-dbg += "${libdir}/openssl/engines/.debug/*" |