aboutsummaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-security
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-07-04 08:50:12 -0400
committerScott Murray <scott.murray@konsulko.com>2019-07-04 08:50:12 -0400
commit61949179c8c0df1767fc2562aba1a5b113bdd123 (patch)
treef9fa7265a9b5f52adc011b6e3809be9d52ab10d4 /meta-app-framework/recipes-security
parent46f5d2ed7a87af732e28579aaec6de005227b805 (diff)
xmlsec1: add bbappend to fix SRC_URI
The maintainer of the xmlsec1 package has moved the source .tar.gz for version 1.2.25 to a "old" directory, so add a bbappend to tweak the recipe SRC_URI. Bug-AGL: SPEC-2601 Change-Id: Ife33daad6d5a6e83567ef5e417a17bf35d82d79a Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-app-framework/recipes-security')
-rw-r--r--meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend b/meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend
new file mode 100644
index 000000000..44054ff77
--- /dev/null
+++ b/meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend
@@ -0,0 +1,3 @@
+# Fix SRC_URI, 1.2.25 has moved to "old" directory
+SRC_URI_remove = "http://www.aleksey.com/xmlsec/download/${BP}.tar.gz"
+SRC_URI =+ "http://www.aleksey.com/xmlsec/download/old/${BP}.tar.gz"