From 1aaa57e8cfe8b66406ae090937129f2b9ab1155b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 15 Aug 2016 15:04:30 -0400 Subject: engine-pkcs11: update to version 0.2.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../engine-pkcs11/engine-pkcs11_0.2.0.bb | 29 -------------------- .../engine-pkcs11/engine-pkcs11_0.2.2.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 29 deletions(-) delete mode 100644 meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb create mode 100644 meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb (limited to 'meta-oe/recipes-support/engine-pkcs11') diff --git a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb deleted file mode 100644 index da096c9339..0000000000 --- a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "A PKCS" -DESCRIPTION = "\ -Engine_pkcs11 is an implementation of an engine for OpenSSL. It can be \ -loaded using code, config file or command line and will pass any function \ -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://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33" -DEPENDS = "openssl libp11" - -SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git" -SRCREV = "6909d6761c8820e1750fa0bf4fa8532c82f34e35" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -EXTRA_OECONF = "\ - --disable-static \ - --libdir ${libdir}/openssl \ -" - -do_install_append () { - rm -f ${D}${libdir}/openssl/engines/libpkcs11.la -} - -FILES_${PN} += "${libdir}/openssl/engines/libpkcs11.so*" -FILES_${PN}-dbg += "${libdir}/openssl/engines/.debug/*" diff --git a/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb new file mode 100644 index 0000000000..047f701102 --- /dev/null +++ b/meta-oe/recipes-support/engine-pkcs11/engine-pkcs11_0.2.2.bb @@ -0,0 +1,31 @@ +SUMMARY = "A PKCS" +DESCRIPTION = "\ +Engine_pkcs11 is an implementation of an engine for OpenSSL. It can be \ +loaded using code, config file or command line and will pass any function \ +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://src/engine_pkcs11.h;startline=1;endline=26;md5=973a19f8a6105de047f2adfbbfc04c33" +DEPENDS = "openssl libp11" + +SRC_URI = "git://github.com/OpenSC/engine_pkcs11.git" +SRCREV = "132fcf2c8b319f9f4b2ebdc8dcb54ff496dc0519" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF = "\ + --disable-static \ + --libdir ${libdir}/engines \ +" + +do_install_append () { + rm -f ${D}${libdir}/engines/libpkcs11.la +} + +FILES_${PN} += "${libdir}/engines/libpkcs11${SOLIBSDEV}" +FILES_${PN}-dbg += "${libdir}/engines/.debug/" + +RDEPENDS_${PN} += "openssl libp11 opensc" -- cgit 1.2.3-korg