summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2025-08-26 12:27:45 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-01 19:40:58 +0200
commit07c5d21ca9cef0eda7b71219892afa76fec69875 (patch)
tree87422ae2134f734934171508e9cfae609641fb04
parent04ee083881ee1859da23162e0ef86457149e8788 (diff)
downloadmeta-openembedded-07c5d21ca9cef0eda7b71219892afa76fec69875.tar.gz
softhsm: switch source to GitHub repository
The original source URL is unavailable, so it has been replaced with the official GitHub repository. Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit f88db75ffa29e0d654f73cc174e01d9edaec6df2) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
index d7bcd4f03b..b601a7444d 100644
--- a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
+++ b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb
@@ -5,8 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210"
5 5
6DEPENDS = "sqlite3" 6DEPENDS = "sqlite3"
7 7
8SRC_URI = "https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz" 8SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=develop"
9SRC_URI[sha256sum] = "61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2" 9SRCREV = "7f99bedae002f0dd04ceeb8d86d59fc4a68a69a0"
10S = "${WORKDIR}/git"
10 11
11inherit autotools pkgconfig siteinfo 12inherit autotools pkgconfig siteinfo
12 13