[oe-commits] [meta-openembedded] 05/17: googletest: move to release 1.10.0

git at git.openembedded.org git at git.openembedded.org
Thu Nov 21 18:54:45 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit f2f16e9eb12442fd8cf7642236396781ea343037
Author: Lei YU <mine260309 at gmail.com>
AuthorDate: Thu Nov 21 13:45:33 2019 +0800

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-test/googletest/{googletest_1.8.1.bb => googletest_git.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-test/googletest/googletest_1.8.1.bb b/meta-oe/recipes-test/googletest/googletest_git.bb
similarity index 91%
rename from meta-oe/recipes-test/googletest/googletest_1.8.1.bb
rename to meta-oe/recipes-test/googletest/googletest_git.bb
index 362d69f..e1df9b6 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list