mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
316753e9cf
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
676 B
BlitzBasic
25 lines
676 B
BlitzBasic
DESCRIPTION = "Google's framework for writing C++ tests"
|
|
HOMEPAGE = "https://github.com/google/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 = "ec44c6c1675c25b9827aacd08c02433cccde7780"
|
|
SRC_URI = "\
|
|
git://github.com/google/googletest.git;protocol=https; \
|
|
file://Add-pkg-config-support.patch \
|
|
"
|
|
|
|
inherit cmake
|
|
|
|
ALLOW_EMPTY_${PN} = "1"
|
|
ALLOW_EMPTY_${PN}-dbg = "1"
|
|
|
|
RDEPENDS_${PN}-dev += "${PN}-staticdev"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|