summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-26 20:10:01 +0100
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-01-21 10:27:40 +0530
commit7856298b5f95c452c5e5955f0d14c942d14d0400 (patch)
treefa51c7856dccdc410edb951d3af821fb6520dc86 /meta-oe
parent8fdc4a1e4be0f1f6c07d0c4202f40394f86b86fe (diff)
downloadmeta-openembedded-7856298b5f95c452c5e5955f0d14c942d14d0400.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> (cherry picked from commit 21df5861c7e03af154b18573939649ae65dcaa92) Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb2
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
6DEPENDS = "sqlite3" 6DEPENDS = "sqlite3"
7 7
8SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=develop;tag=${PV} \ 8SRC_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"