diff mbox series

[meta-oe,scarthgap,v2] xmlsec1: Switch SRC_URI to use github release

Message ID 20241219032123.3576640-1-jiaying.song.cn@windriver.com
State New
Headers show
Series [meta-oe,scarthgap,v2] xmlsec1: Switch SRC_URI to use github release | expand

Commit Message

Song, Jiaying (CN) Dec. 19, 2024, 3:21 a.m. UTC
From: Jiaying Song <jiaying.song.cn@windriver.com>

This ensures that we do not have to do the toggling from releases to old-release in LTS release branches

Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
---
 meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb
index 7639209e1..c65350672 100644
--- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb
+++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb
@@ -12,7 +12,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=352791d62092ea8104f085042de7f4d0"
 
 SECTION = "libs"
 
-SRC_URI = "http://www.aleksey.com/xmlsec/download/${BP}.tar.gz \
+SRC_URI = "https://github.com/lsh123/xmlsec/releases/download/${PV}/${BP}.tar.gz \
            file://fix-ltmain.sh.patch \
            file://change-finding-path-of-nss.patch \
            file://makefile-ptest.patch \