blob: 48cf4e04b0aa79dcc423c16a4de86f7ee8c5a040 [file] [log] [blame]
Andre McCurdy1ea3f662016-12-15 06:11:31 -08001DESCRIPTION = "Google's framework for writing C++ tests"
2HOMEPAGE = "https://github.com/google/googletest"
3SECTION = "libs"
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
6 file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
7
8PROVIDES += "gmock"
9
Brad Bishop316dfdd2018-06-25 12:45:53 -040010S = "${WORKDIR}/git"
11SRCREV = "ec44c6c1675c25b9827aacd08c02433cccde7780"
Andre McCurdy1ea3f662016-12-15 06:11:31 -080012SRC_URI = "\
Brad Bishop316dfdd2018-06-25 12:45:53 -040013 git://github.com/google/googletest.git;protocol=https; \
Andre McCurdy1ea3f662016-12-15 06:11:31 -080014 file://Add-pkg-config-support.patch \
15"
16
Andre McCurdy1ea3f662016-12-15 06:11:31 -080017inherit cmake
18
19ALLOW_EMPTY_${PN} = "1"
20ALLOW_EMPTY_${PN}-dbg = "1"
21
22RDEPENDS_${PN}-dev += "${PN}-staticdev"
23
24BBCLASSEXTEND = "native nativesdk"