Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH][meta-oe][scarthgap] xmlsec1: fix do_fetch error
@ 2024-10-18  6:14 jiaying.song.cn
  2024-10-18 16:34 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: jiaying.song.cn @ 2024-10-18  6:14 UTC (permalink / raw)
  To: openembedded-devel, raj.khem; +Cc: changqing.li

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

Change the SRC_URI to the correct value due to the following error:

WARNING: xmlsec1-native-1.3.4-r0 do_fetch: Failed to fetch URL http://www.aleksey.com/xmlsec/download/xmlsec1-1.3.4.tar.gz, attempting MIRRORS if available

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 --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..a3e66c96df 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://www.aleksey.com/xmlsec/download/older-releases/${BP}.tar.gz \
            file://fix-ltmain.sh.patch \
            file://change-finding-path-of-nss.patch \
            file://makefile-ptest.patch \
-- 
2.25.1



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

end of thread, other threads:[~2024-10-18 16:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18  6:14 [PATCH][meta-oe][scarthgap] xmlsec1: fix do_fetch error jiaying.song.cn
2024-10-18 16:34 ` Khem Raj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox