summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-18 17:08:28 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-18 08:23:44 -0800
commit509a0578ac3b69d2f8f19944585bf92ccbaf660e (patch)
treef3fb7eaa170b66982e82f4433de2adef4a4ee217
parentea8411366e44959b5e8bac3b57e38dd391c46dc0 (diff)
downloadmeta-openembedded-509a0578ac3b69d2f8f19944585bf92ccbaf660e.tar.gz
pkcs11-helper: upgrade 1.30.0 -> 1.31.0
License-Update: Packeging changed to Packaging Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.31.0.bb (renamed from meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb)11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.31.0.bb
index 15d0aefc36..000218988b 100644
--- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb
+++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.31.0.bb
@@ -10,15 +10,14 @@ HOMEPAGE = "https://github.com/OpenSC/pkcs11-helper"
10SECTION = "Development/Libraries" 10SECTION = "Development/Libraries"
11 11
12LICENSE = "GPL-2.0-only & BSD-3-Clause" 12LICENSE = "GPL-2.0-only & BSD-3-Clause"
13LIC_FILES_CHKSUM = " \ 13LIC_FILES_CHKSUM = "file://COPYING;md5=008a5b65f5d167bd0f646530ad3d3293 \
14 file://COPYING;md5=30f10d22cfb1ba98ccd714a41ad3311a \ 14 file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \
15 file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \ 15 file://COPYING.BSD;md5=66b7a37c3c10483c1fd86007726104d7 \
16 file://COPYING.BSD;md5=66b7a37c3c10483c1fd86007726104d7 \ 16 "
17"
18SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https" 17SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https"
19 18
20# master 19# master
21SRCREV = "8bed16034f629a0361fa8ff89deed2b43dc45d8b" 20SRCREV = "286b4415b95f298ab35d62508a37c2aefc055037"
22PV .= "+1.30.0+git" 21PV .= "+1.30.0+git"
23 22
24UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" 23UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)"