From: Scott Murray Date: Thu, 4 Jul 2019 12:50:12 +0000 (-0400) Subject: xmlsec1: add bbappend to fix SRC_URI X-Git-Tag: guppy_7.0.3~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=61949179c8c0df1767fc2562aba1a5b113bdd123;p=AGL%2Fmeta-agl.git 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 --- 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"