googletest: Switch branch from master to main

The master branch has been renamed to main in the github repo.

Change-Id: I19e9ea3998cf22508425d87fceb64ae68fbff166
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Peter Kjellerstedt
2021-12-16 22:18:10 +01:00
committed by Armin Kuster
parent 279838afb9
commit 944966b53b
@@ -11,7 +11,7 @@ PROVIDES += "gmock gtest"
S = "${WORKDIR}/git"
SRCREV = "703bd9caab50b139428cea1aaff9974ebee5742e"
SRC_URI = "git://github.com/google/googletest.git;branch=master;protocol=https"
SRC_URI = "git://github.com/google/googletest.git;branch=main;protocol=https"
inherit cmake