aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-10-24 16:33:52 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-11-24 20:15:57 +0700
commitbe931f019eacc2ae019622079092792ba008e1b5 (patch)
tree44ff3b8224c158296e2b78b1e8bdde8b02087364
parent2831fd204d8f71d56188f2e95b63de1465602dcc (diff)
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 <thuy.tran.xh@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-devtools/ccache/ccache_3.2.4.bbappend3
1 files changed, 3 insertions, 0 deletions
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"