From be931f019eacc2ae019622079092792ba008e1b5 Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 24 Oct 2017 16:33:52 +0700 Subject: rcar-gen3: ccache: Update SRC_URI due to dead link This commit modifies ccache SRC_URI to fix issue as below: | WARNING: ccache-3.2.4-r0 do_fetch: Failed to fetch | URL git://git.samba.org/ccache.git, attempting MIRRORS if available Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-devtools/ccache/ccache_3.2.4.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-rcar-gen3/recipes-devtools/ccache/ccache_3.2.4.bbappend diff --git a/meta-rcar-gen3/recipes-devtools/ccache/ccache_3.2.4.bbappend b/meta-rcar-gen3/recipes-devtools/ccache/ccache_3.2.4.bbappend new file mode 100644 index 0000000..d206bee --- /dev/null +++ b/meta-rcar-gen3/recipes-devtools/ccache/ccache_3.2.4.bbappend @@ -0,0 +1,3 @@ +# Update URL for ccache +SRC_URI_remove = "git://git.samba.org/ccache.git" +SRC_URI_append = " git://github.com/ccache/ccache.git" -- cgit 1.2.3-korg