mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
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 21df5861c7)
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
parent
8fdc4a1e4b
commit
7856298b5f
|
|
@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210"
|
|||
|
||||
DEPENDS = "sqlite3"
|
||||
|
||||
SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=develop;tag=${PV} \
|
||||
SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=main;tag=${PV} \
|
||||
file://0001-avoid-unnecessary-check-for-sqlite3-binary.patch \
|
||||
file://0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user