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>
This commit is contained in:
Peter Kjellerstedt
2021-12-16 22:15:03 +01:00
committed by Khem Raj
parent 668796b11c
commit eab5e822a9
@@ -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