From 88dda7c37d132d98609ddc3ff99888cc75277cb5 Mon Sep 17 00:00:00 2001 From: Robert Drab <robert.drab@huawei.com> Date: Mon, 22 Mar 2021 14:30:41 +0100 Subject: [PATCH] ohos-googletest: rebase on top of latest gitee revision ACTS update require rebasing modified third_party_googletest component. This was done in ostc-next branch. Signed-off-by: Robert Drab <robert.drab@huawei.com> --- .../ohos-googletest/ohos-googletest_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 d0106a3f..05fa6b6b 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 @@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ file://googlemock/scripts/generator/LICENSE;md5=2c0b90db7465231447cf2dd2e8163333 \ 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 = "ea0d703c5c295efc7ab524f09533dafdc2b13fe9" +SRC_URI = "git://git.ostc-eu.org/OSTC/OHOS/components/staging/third_party_googletest.git;protocol=https;branch=ostc-next" +SRCREV = "54337710388898ae818bbc2c0e0457c9b86e335e" S = "${WORKDIR}/git" PV = "0.0+git${SRCPV}" -- GitLab