openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-oe][PATCH] softhsm: switch source to GitHub repository
@ 2025-08-25  7:48 jiaying.song.cn
  2025-08-26  2:50 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: jiaying.song.cn @ 2025-08-25  7:48 UTC (permalink / raw)
  To: openembedded-devel

From: Jiaying Song <jiaying.song.cn@windriver.com>

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>
---
 meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | 5 +++--
 1 file 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 66f0488792..11a05b8283 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,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210"
 
 DEPENDS = "sqlite3"
 
-SRC_URI = "https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz \
+SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=develop \
            file://0001-avoid-unnecessary-check-for-sqlite3-binary.patch \
            file://0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch \
 "
-SRC_URI[sha256sum] = "61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2"
+SRCREV = "7f99bedae002f0dd04ceeb8d86d59fc4a68a69a0"
+S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig siteinfo
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-oe][PATCH] softhsm: switch source to GitHub repository
  2025-08-25  7:48 [meta-oe][PATCH] softhsm: switch source to GitHub repository jiaying.song.cn
@ 2025-08-26  2:50 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2025-08-26  2:50 UTC (permalink / raw)
  To: Jiaying.Song.CN; +Cc: openembedded-devel

On Mon, Aug 25, 2025 at 12:48 AM Song, Jiaying (CN) via
lists.openembedded.org
<Jiaying.Song.CN=windriver.com@lists.openembedded.org> wrote:
>
> From: Jiaying Song <jiaying.song.cn@windriver.com>
>
> 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>
> ---
>  meta-oe/recipes-security/softhsm/softhsm_2.6.1.bb | 5 +++--
>  1 file 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 66f0488792..11a05b8283 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,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ef3f77a3507c3d91e75b9f2bdaee4210"
>
>  DEPENDS = "sqlite3"
>
> -SRC_URI = "https://dist.opendnssec.org/source/softhsm-2.6.1.tar.gz \
> +SRC_URI = "git://github.com/softhsm/SoftHSMv2.git;protocol=https;branch=develop \

Also add tag=${PV} to src_uri

>             file://0001-avoid-unnecessary-check-for-sqlite3-binary.patch \
>             file://0002-Prevent-accessing-of-global-c-objects-once-they-are-.patch \
>  "
> -SRC_URI[sha256sum] = "61249473054bcd1811519ef9a989a880a7bdcc36d317c9c25457fc614df475f2"
> +SRCREV = "7f99bedae002f0dd04ceeb8d86d59fc4a68a69a0"
> +S = "${WORKDIR}/git"

setting S is not needed anymore in master.

>
>  inherit autotools pkgconfig siteinfo
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#119094): https://lists.openembedded.org/g/openembedded-devel/message/119094
> Mute This Topic: https://lists.openembedded.org/mt/114878036/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-08-26  2:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-25  7:48 [meta-oe][PATCH] softhsm: switch source to GitHub repository jiaying.song.cn
2025-08-26  2:50 ` [oe] " Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).