mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
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>
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user