googletest: upgrade 1.15.2.bb -> 1.16.0

Release Notes
https://github.com/google/googletest/releases/tag/v1.16.0

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2025-02-24 23:58:13 +08:00 committed by Khem Raj
parent ff0b697211
commit 375549bdbf
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
PROVIDES += "gmock gtest"
S = "${WORKDIR}/git"
SRCREV = "b514bdc898e2951020cbdca1304b75f5950d1f59"
SRC_URI = "git://github.com/google/googletest.git;branch=v1.15.x;protocol=https"
SRCREV = "6910c9d9165801d8827d628cb72eb7ea9dd538c5"
SRC_URI = "git://github.com/google/googletest.git;branch=v1.16.x;protocol=https"
inherit cmake pkgconfig