From 0b7dcae08ff40536568f3fce12152edce15c6dd9 Mon Sep 17 00:00:00 2001 From: Jiaying Song Date: Wed, 11 Dec 2024 17:02:07 +0800 Subject: xmlsec1: Switch SRC_URI to use github release 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 Signed-off-by: Armin Kuster --- meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 7639209e19..64912c3b03 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/${PR}/${BP}.tar.gz \ file://fix-ltmain.sh.patch \ file://change-finding-path-of-nss.patch \ file://makefile-ptest.patch \ -- cgit v1.2.3-54-g00ecf