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: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2021-12-16 22:15:03 +01:00 committed by Armin Kuster
parent 37b9a7a114
commit ae34f8f8e4

View File

@ -10,7 +10,7 @@ PROVIDES += "gmock gtest"
S = "${WORKDIR}/git"
SRCREV = "e2239ee6043f73722e7aa812a459f54a28552929"
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