summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
diff options
context:
space:
mode:
authorWilliam A. Kennington III via Openembedded-devel <openembedded-devel@lists.openembedded.org>2019-06-24 18:21:36 +1200
committerKhem Raj <raj.khem@gmail.com>2019-06-25 14:21:48 -0700
commit28274a10bf7b416f1ff293eba17054870c3526f0 (patch)
tree38a53b3a6be6a2357441331cf2105ad611453eaa /meta-oe/recipes-test
parent8d119c80fb6fa18a78f9506e46eaace5439c1c5e (diff)
downloadmeta-openembedded-28274a10bf7b416f1ff293eba17054870c3526f0.tar.gz
gtest: Googletest project is back under github.com/google/googletest
No longer under the Abseil project. Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r--meta-oe/recipes-test/gtest/gtest_1.8.1.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-oe/recipes-test/gtest/gtest_1.8.1.bb b/meta-oe/recipes-test/gtest/gtest_1.8.1.bb
index 23862c930..6e7ab92e5 100644
--- a/meta-oe/recipes-test/gtest/gtest_1.8.1.bb
+++ b/meta-oe/recipes-test/gtest/gtest_1.8.1.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Google's framework for writing C++ tests" 1DESCRIPTION = "Google's framework for writing C++ tests"
2HOMEPAGE = "https://github.com/abseil/googletest" 2HOMEPAGE = "https://github.com/google/googletest"
3SECTION = "libs" 3SECTION = "libs"
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ 5LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
@@ -9,9 +9,7 @@ PROVIDES += "gmock"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11SRCREV = "2fe3bd994b3189899d93f1d5a881e725e046fdc2" 11SRCREV = "2fe3bd994b3189899d93f1d5a881e725e046fdc2"
12SRC_URI = "\ 12SRC_URI = "git://github.com/google/googletest.git"
13 git://github.com/abseil/googletest.git;protocol=https; \
14"
15 13
16inherit cmake 14inherit cmake
17 15