googletest: Switch branch from master to main

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

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2022-03-01 13:21:47 -06:00 committed by Armin Kuster
parent a14eb5e288
commit 29e3a918ac

View File

@ -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