From 61949179c8c0df1767fc2562aba1a5b113bdd123 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 4 Jul 2019 08:50:12 -0400 Subject: 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 --- meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend (limited to 'meta-app-framework/recipes-security/xmlsec1/xmlsec1_1.2.25.bbappend') 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" -- cgit 1.2.3-korg