summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-10-18 08:54:41 -0700
committerKhem Raj <raj.khem@gmail.com>2024-11-19 13:13:29 -0800
commita43348e49622385c8daa56245f08a852497423ac (patch)
tree32c0e9b5c235a29eab5645f5057792062f3e5566
parente0485882a1d796d916b85c2e5a41a303b762e876 (diff)
downloadmeta-openembedded-a43348e49622385c8daa56245f08a852497423ac.tar.gz
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 <raj.khem@gmail.com> Cc: Jiaying Song <jiaying.song.cn@windriver.com> (cherry picked from commit 24048ef4b084385b513a75792c65e7321d4164e0) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb2
1 files changed, 1 insertions, 1 deletions
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"
12 12
13SECTION = "libs" 13SECTION = "libs"
14 14
15SRC_URI = "http://www.aleksey.com/xmlsec/download/${BP}.tar.gz \ 15SRC_URI = "https://github.com/lsh123/xmlsec/releases/download/${PR}/${BP}.tar.gz \
16 file://fix-ltmain.sh.patch \ 16 file://fix-ltmain.sh.patch \
17 file://change-finding-path-of-nss.patch \ 17 file://change-finding-path-of-nss.patch \
18 file://makefile-ptest.patch \ 18 file://makefile-ptest.patch \