From a43348e49622385c8daa56245f08a852497423ac Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 18 Oct 2024 08:54:41 -0700 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: Khem Raj Cc: Jiaying Song (cherry picked from commit 24048ef4b084385b513a75792c65e7321d4164e0) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb index 994adef3af..50c387d250 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.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