aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2019-11-21 13:45:33 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-21 17:51:37 -0800
commitb4bd6f8213ba381e18819c7c3259a34c62e8c530 (patch)
tree4e94212620d7ad96775c72bc7de94f2133c741c8
parent9b1d0f2480d273521a28a81c665704fb34e2869e (diff)
downloadmeta-openembedded-contrib-b4bd6f8213ba381e18819c7c3259a34c62e8c530.tar.gz
googletest: move to release 1.10.0
The googletest recipe was using 1.8.1 tag, and in the recipe it was using the git revision instead of the tag release. Rename it to googletest_git.bb and use the 1.10.0 release revision to get the latest release. Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-test/googletest/googletest_git.bb (renamed from meta-oe/recipes-test/googletest/googletest_1.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-test/googletest/googletest_1.8.1.bb b/meta-oe/recipes-test/googletest/googletest_git.bb
index 362d69ff99..e1df9b6e28 100644
--- a/meta-oe/recipes-test/googletest/googletest_1.8.1.bb
+++ b/meta-oe/recipes-test/googletest/googletest_git.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd51
PROVIDES += "gmock gtest"
S = "${WORKDIR}/git"
-SRCREV = "2fe3bd994b3189899d93f1d5a881e725e046fdc2"
+SRCREV = "703bd9caab50b139428cea1aaff9974ebee5742e"
SRC_URI = "git://github.com/google/googletest.git"
inherit cmake