From b09d0bd4d7571bb72d512c1d4d583a414bd02248 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Thu, 27 Feb 2020 17:41:05 -0300 Subject: libp11: revert version back to the 0.4.10 release The latest upstream release is still 0.4.10 (2019-04-03), as available at https://github.com/OpenSC/libp11/releases. This reverts commit 4990f80ddbc984f2bed4e07005d22f937988827e as it was incorrect, since there is no 11 release, and SRCREV used was actually from the 0.4.9 release. Signed-off-by: Ricardo Salveti Signed-off-by: Khem Raj --- meta-oe/recipes-support/libp11/libp11_0.4.10.bb | 28 +++++++++++++++++++++++++ meta-oe/recipes-support/libp11/libp11_11.bb | 28 ------------------------- 2 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 meta-oe/recipes-support/libp11/libp11_0.4.10.bb delete mode 100644 meta-oe/recipes-support/libp11/libp11_11.bb diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb new file mode 100644 index 0000000000..655db49073 --- /dev/null +++ b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb @@ -0,0 +1,28 @@ +SUMMARY = "Library for using PKCS" +DESCRIPTION = "\ +Libp11 is a library implementing a small layer on top of PKCS \ +make using PKCS" +HOMEPAGE = "https://github.com/OpenSC/libp11" +BUGTRACKER = "https://github.com/OpenSC/libp11/issues" +SECTION = "Development/Libraries" +LICENSE = "LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" +DEPENDS = "libtool openssl" + +SRC_URI = "git://github.com/OpenSC/libp11.git" +SRCREV = "973d31f3f58d5549ddd8b1f822ce8f72186f9d68" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-static" + +do_install_append () { + rm -rf ${D}${docdir}/${BPN} +} + +FILES_${PN} += "${libdir}/engines*/pkcs11.so" +FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}" + +BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-support/libp11/libp11_11.bb b/meta-oe/recipes-support/libp11/libp11_11.bb deleted file mode 100644 index 5a0951df2f..0000000000 --- a/meta-oe/recipes-support/libp11/libp11_11.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Library for using PKCS" -DESCRIPTION = "\ -Libp11 is a library implementing a small layer on top of PKCS \ -make using PKCS" -HOMEPAGE = "https://github.com/OpenSC/libp11" -BUGTRACKER = "https://github.com/OpenSC/libp11/issues" -SECTION = "Development/Libraries" -LICENSE = "LGPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" -DEPENDS = "libtool openssl" - -SRC_URI = "git://github.com/OpenSC/libp11.git" -SRCREV = "e1210903291b1de9eabcad26e740a4b2fbcca692" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--disable-static" - -do_install_append () { - rm -rf ${D}${docdir}/${BPN} -} - -FILES_${PN} += "${libdir}/engines*/pkcs11.so" -FILES_${PN}-dev += "${libdir}/engines*/libpkcs11${SOLIBSDEV}" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf