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>
This commit is contained in:
William A. Kennington III via Openembedded-devel
2019-06-24 18:21:36 +12:00
committed by Khem Raj
parent 8d119c80fb
commit 28274a10bf
+2 -4
View File
@@ -1,5 +1,5 @@
DESCRIPTION = "Google's framework for writing C++ tests"
HOMEPAGE = "https://github.com/abseil/googletest"
HOMEPAGE = "https://github.com/google/googletest"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
@@ -9,9 +9,7 @@ PROVIDES += "gmock"
S = "${WORKDIR}/git"
SRCREV = "2fe3bd994b3189899d93f1d5a881e725e046fdc2"
SRC_URI = "\
git://github.com/abseil/googletest.git;protocol=https; \
"
SRC_URI = "git://github.com/google/googletest.git"
inherit cmake