diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-26 20:10:01 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-26 17:36:59 -0800 |
| commit | 21df5861c7e03af154b18573939649ae65dcaa92 (patch) | |
| tree | 6c18751d04cb491a4a1e816614eff8832272b688 /meta-oe/recipes-security/softhsm | |
| parent | cecee4bb94e97a4db4f6e65c611d665346bb0b09 (diff) | |
| download | meta-openembedded-21df5861c7e03af154b18573939649ae65dcaa92.tar.gz | |
softhsm: fix SRC_URI branch
The "develop" branch doesn't exist anymore, the used revision can be
found on the "main" branch.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-security/softhsm')
| -rw-r--r-- | meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | 2 |
1 files changed, 1 insertions, 1 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 78766e0fe9..30b4fc71d8 100644 --- a/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb +++ b/meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | |||
| @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210" | |||
| 5 | 5 | ||
| 6 | DEPENDS = "sqlite3" | 6 | DEPENDS = "sqlite3" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=develop;tag=${PV} \ | 8 | SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=main;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 | " |
