[oe-commits] [meta-openembedded] 10/23: googletest: The gtest and gmock projects were combined under googletest in 2015

git at git.openembedded.org git at git.openembedded.org
Tue Jun 25 21:22:58 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 16071edf1df44a2bb5a905ab04512cbda29801c3
Author: William A. Kennington III via Openembedded-devel <openembedded-devel at lists.openembedded.org>
AuthorDate: Mon Jun 24 18:22:13 2019 +1200

    googletest: The gtest and gmock projects were combined under googletest in 2015
    
    PROVIDES gmock and gtest for backwards-compatibility with existing DEPENDS.
    
    Signed-off-by: Douglas Royds <douglas.royds at taitradio.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../{gtest/gtest_1.8.1.bb => googletest/googletest_1.8.1.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-test/gtest/gtest_1.8.1.bb b/meta-oe/recipes-test/googletest/googletest_1.8.1.bb
similarity index 95%
rename from meta-oe/recipes-test/gtest/gtest_1.8.1.bb
rename to meta-oe/recipes-test/googletest/googletest_1.8.1.bb
index 6e7ab92..362d69f 100644
--- a/meta-oe/recipes-test/gtest/gtest_1.8.1.bb
+++ b/meta-oe/recipes-test/googletest/googletest_1.8.1.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
                     file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
 
-PROVIDES += "gmock"
+PROVIDES += "gmock gtest"
 
 S = "${WORKDIR}/git"
 SRCREV = "2fe3bd994b3189899d93f1d5a881e725e046fdc2"

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


More information about the Openembedded-commits mailing list