From 938d8c9b218b7b78273a2b5f2f9c700f5fbaed4c Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Date: Mon, 22 Mar 2021 09:00:05 +0100
Subject: [PATCH] ohos-googletest: update to latest ostc revision

Upcoming ACTS tests depend on the gmock library, which is a part of
googletest. Update to a revision which builds that library.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
---
 .../ohos-googletest/ohos-googletest_git.bb                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ohos-acts/recipes-ohos-googletest/ohos-googletest/ohos-googletest_git.bb b/meta-ohos-acts/recipes-ohos-googletest/ohos-googletest/ohos-googletest_git.bb
index 9b10db4b..d0106a3f 100644
--- a/meta-ohos-acts/recipes-ohos-googletest/ohos-googletest/ohos-googletest_git.bb
+++ b/meta-ohos-acts/recipes-ohos-googletest/ohos-googletest/ohos-googletest_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
                     file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
 
 SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/staging/third_party_googletest.git;protocol=https;branch=ostc"
-SRCREV = "4aac960639cd965749f56028f0d12e90d58ebe01"
+SRCREV = "ea0d703c5c295efc7ab524f09533dafdc2b13fe9"
 S = "${WORKDIR}/git"
 PV = "0.0+git${SRCPV}"
 
-- 
GitLab