summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-07-05 09:43:44 +0000
committerKhem Raj <raj.khem@gmail.com>2024-07-05 08:24:25 -0700
commit1c3abfdbd85e086344e5e5893a6022b546e55c11 (patch)
tree74b2406b73ff63865c847cc2a39a9cb34e3d8acd
parent5bc18d62f839a89f3a448760e3772af85aec1902 (diff)
downloadmeta-openembedded-1c3abfdbd85e086344e5e5893a6022b546e55c11.tar.gz
pkcs11-provider: Upgrade 0.3 -> 0.5
Changelogs: - https://github.com/latchset/pkcs11-provider/releases/tag/v0.4 - https://github.com/latchset/pkcs11-provider/releases/tag/v0.5 Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb (renamed from meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.3.bb)10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.3.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
index 816ee967c..6c19b6616 100644
--- a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.3.bb
+++ b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
@@ -10,18 +10,14 @@ HOMEPAGE = "https://github.com/latchset/pkcs11-provider"
10SECTION = "libs" 10SECTION = "libs"
11LICENSE = "Apache-2.0" 11LICENSE = "Apache-2.0"
12LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45" 12LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45"
13DEPENDS = "\ 13DEPENDS = "openssl"
14 autoconf-archive \
15 openssl \
16 p11-kit \
17"
18 14
19SRCREV = "58040b4e32975cc1d7f39e424ee7b0097cd11311" 15SRCREV = "3a4fdd2a2e5643af2a0f857b66a19b9fa109d40f"
20 16
21SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https" 17SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https"
22 18
23S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
24 20
25inherit autotools pkgconfig 21inherit meson pkgconfig
26 22
27FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so" 23FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so"