summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuanyang Wang <quanyang.wang@windriver.com>2019-12-23 16:26:53 +0800
committerKhem Raj <raj.khem@gmail.com>2019-12-23 15:03:15 -0800
commitfab032f70de330dc618b9419a42ec90d49253f9b (patch)
tree1f840b9ca66a0cf502ad8c8cc6876e9965dcf098
parent7c12e62bedea53400cc826e602197e2d1ff12625 (diff)
downloadmeta-openembedded-fab032f70de330dc618b9419a42ec90d49253f9b.tar.gz
glog: fix do_fetch error
This fixes the build error as below: WARNING: glog-0.3.5-r0 do_fetch: Failed to fetch URL git://github.com/google/glog.git;branch=v035, attempting MIRRORS if available ERROR: glog-0.3.5-r0 do_fetch: Fetcher failure: Unable to find revision a6a166db069520dbbd653c97c2e5b12e08a8bb26 in branch v035 even from upstream ERROR: glog-0.3.5-r0 do_fetch: Fetcher failure for URL: 'git://github.com/google/glog.git;branch=v035'. Unable to fetch URL from any source. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/glog/glog_0.3.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/glog/glog_0.3.5.bb b/meta-oe/recipes-support/glog/glog_0.3.5.bb
index 3de01ef5b..70eef7205 100644
--- a/meta-oe/recipes-support/glog/glog_0.3.5.bb
+++ b/meta-oe/recipes-support/glog/glog_0.3.5.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dc9db360e0bbd4e46672f3fd91dd6c4b"
9DEPENDS = "libunwind" 9DEPENDS = "libunwind"
10 10
11SRC_URI = " \ 11SRC_URI = " \
12 git://github.com/google/glog.git;branch=v035 \ 12 git://github.com/google/glog.git;nobranch=1 \
13 file://0001-Rework-CMake-glog-VERSION-management.patch \ 13 file://0001-Rework-CMake-glog-VERSION-management.patch \
14 file://0002-Find-Libunwind-during-configure.patch \ 14 file://0002-Find-Libunwind-during-configure.patch \
15 file://0003-installation-path-fix.patch \ 15 file://0003-installation-path-fix.patch \