diff options
| author | Jiaying Song <jiaying.song.cn@windriver.com> | 2025-08-26 12:27:45 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-26 08:27:27 -0700 |
| commit | f88db75ffa29e0d654f73cc174e01d9edaec6df2 (patch) | |
| tree | 349d4563ef1b57ca1fae8009ab3557fd1e4a28d9 | |
| parent | c5de36f5882f0dbaa63f88bb8f9010910cdbb9cf (diff) | |
| download | meta-openembedded-f88db75ffa29e0d654f73cc174e01d9edaec6df2.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>
| -rw-r--r-- | meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | 4 |
1 files changed, 2 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 66f0488792..78766e0fe9 100644 --- a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb +++ b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | |||
| @@ -5,11 +5,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "sqlite3" | 6 | DEPENDS = "sqlite3" |
| 7 | 7 | ||
| 8 | SRC_URI = "https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz \ | 8 | SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=develop;tag=${PV} \ |
| 9 | file://0001-avoid-unnecessary-check-for-sqlite3-binary.patch \ | 9 | file://0001-avoid-unnecessary-check-for-sqlite3-binary.patch \ |
| 10 | file://0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch \ | 10 | file://0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch \ |
| 11 | " | 11 | " |
| 12 | SRC_URI[sha256sum] = "61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2" | 12 | SRCREV = "7f99bedae002f0dd04ceeb8d86d59fc4a68a69a0" |
| 13 | 13 | ||
| 14 | inherit autotools pkgconfig siteinfo | 14 | inherit autotools pkgconfig siteinfo |
| 15 | 15 | ||
