blob: b675ea0f32fc5a85ef15b4a36c7bbfedf4ad4dc7 [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 Bishop996bc452019-12-02 13:05:15 -05008PV = "1.10.0"
9
Brad Bishop26bdd442019-08-16 17:08:17 -040010PROVIDES += "gmock gtest"
Andre McCurdy1ea3f662016-12-15 06:11:31 -080011
Brad Bishop316dfdd2018-06-25 12:45:53 -040012S = "${WORKDIR}/git"
Brad Bishop8410d612019-11-25 09:40:59 -050013SRCREV = "703bd9caab50b139428cea1aaff9974ebee5742e"
Brad Bishop26bdd442019-08-16 17:08:17 -040014SRC_URI = "git://github.com/google/googletest.git"
Andre McCurdy1ea3f662016-12-15 06:11:31 -080015
Andre McCurdy1ea3f662016-12-15 06:11:31 -080016inherit cmake
17
18ALLOW_EMPTY_${PN} = "1"
19ALLOW_EMPTY_${PN}-dbg = "1"
20
21RDEPENDS_${PN}-dev += "${PN}-staticdev"
22
23BBCLASSEXTEND = "native nativesdk"