xmlsec1: add bbappend to fix SRC_URI 12/21812/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 4 Jul 2019 12:50:12 +0000 (08:50 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 4 Jul 2019 12:50:12 +0000 (08:50 -0400)
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>
meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend [new file with mode: 0644]

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 (file)
index 0000000..44054ff
--- /dev/null
@@ -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"