blob: 362d69ff99083951f2111d2a7b6346fd2f9b037d [file] [log] [blame]
Andre McCurdy1ea3f662016-12-15 06:11:31 -08001DESCRIPTION = "Google's framework for writing C++ tests"
Brad Bishop26bdd442019-08-16 17:08:17 -04002HOMEPAGE = "https://github.com/google/googletest"
Andre McCurdy1ea3f662016-12-15 06:11:31 -08003SECTION = "libs"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
6 file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
7
Brad Bishop26bdd442019-08-16 17:08:17 -04008PROVIDES += "gmock gtest"
Andre McCurdy1ea3f662016-12-15 06:11:31 -08009
Brad Bishop316dfdd2018-06-25 12:45:53 -040010S = "${WORKDIR}/git"
Brad Bishop47a016a2018-12-11 15:34:44 -050011SRCREV = "2fe3bd994b3189899d93f1d5a881e725e046fdc2"
Brad Bishop26bdd442019-08-16 17:08:17 -040012SRC_URI = "git://github.com/google/googletest.git"
Andre McCurdy1ea3f662016-12-15 06:11:31 -080013
Andre McCurdy1ea3f662016-12-15 06:11:31 -080014inherit cmake
15
16ALLOW_EMPTY_${PN} = "1"
17ALLOW_EMPTY_${PN}-dbg = "1"
18
19RDEPENDS_${PN}-dev += "${PN}-staticdev"
20
21BBCLASSEXTEND = "native nativesdk"