mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
Update to 1.8.1, which has proper pkg-config support (so Add-pkg-config-support.patch can be dropped). Also the canonical gtest seems to have moved out of the google github organization into something called abseil. Update HOMEPAGE and SRC_URI to match. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
634 B
BlitzBasic
24 lines
634 B
BlitzBasic
DESCRIPTION = "Google's framework for writing C++ tests"
|
|
HOMEPAGE = "https://github.com/abseil/googletest"
|
|
SECTION = "libs"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
|
|
file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
|
|
|
|
PROVIDES += "gmock"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "2fe3bd994b3189899d93f1d5a881e725e046fdc2"
|
|
SRC_URI = "\
|
|
git://github.com/abseil/googletest.git;protocol=https; \
|
|
"
|
|
|
|
inherit cmake
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
ALLOW_EMPTY_${PN}-dbg = "1"
|
|
|
|
RDEPENDS_${PN}-dev += "${PN}-staticdev"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|