diff options
Diffstat (limited to 'meta-oe/recipes-test/googletest')
-rw-r--r-- | meta-oe/recipes-test/googletest/googletest_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/googletest/googletest_git.bb b/meta-oe/recipes-test/googletest/googletest_git.bb index 869c2c86b..b8088a31a 100644 --- a/meta-oe/recipes-test/googletest/googletest_git.bb +++ b/meta-oe/recipes-test/googletest/googletest_git.bb | |||
@@ -4,12 +4,12 @@ SECTION = "libs" | |||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a" |
6 | 6 | ||
7 | PV = "1.11.0+git${SRCPV}" | 7 | PV = "1.12.0" |
8 | 8 | ||
9 | PROVIDES += "gmock gtest" | 9 | PROVIDES += "gmock gtest" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | SRCREV = "9e712372214d75bb30ec2847a44bf124d48096f3" | 12 | SRCREV = "15460959cbbfa20e66ef0b5ab497367e47fc0a04" |
13 | SRC_URI = "git://github.com/google/googletest.git;branch=main;protocol=https" | 13 | SRC_URI = "git://github.com/google/googletest.git;branch=main;protocol=https" |
14 | 14 | ||
15 | inherit cmake | 15 | inherit cmake |