diff options
author | zangrc <zangrc.fnst@fujitsu.com> | 2021-06-18 22:18:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-06-18 08:42:25 -0700 |
commit | f343ea39c5c287ede777361fb7a8ee55544c973c (patch) | |
tree | 6c352f047bf958423d4c0d1058f943f778faf30f | |
parent | 1d842d4cca79e3d0eb8e4892ab5e80aee6063f4b (diff) | |
download | meta-openembedded-f343ea39c5c287ede777361fb7a8ee55544c973c.tar.gz |
googletest: upgrade 1.10.0 -> 1.11.0
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 2e0fecf7a9..3e1fc4ff88 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.10.0+git${SRCPV}" | 7 | PV = "1.11.0+git${SRCPV}" |
8 | 8 | ||
9 | PROVIDES += "gmock gtest" | 9 | PROVIDES += "gmock gtest" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | SRCREV = "662fe38e44900c007eccb65a5d2ea19df7bd520e" | 12 | SRCREV = "e2239ee6043f73722e7aa812a459f54a28552929" |
13 | SRC_URI = "git://github.com/google/googletest.git" | 13 | SRC_URI = "git://github.com/google/googletest.git" |
14 | 14 | ||
15 | inherit cmake | 15 | inherit cmake |