diff options
-rw-r--r-- | meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.5.bb | 2 |
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 | ||
13 | SECTION = "libs" | 13 | SECTION = "libs" |
14 | 14 | ||
15 | SRC_URI = "http://www.aleksey.com/xmlsec/download/${BP}.tar.gz \ | 15 | SRC_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 \ |