mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
googletest: Update to tip of trunk
Check the top level license for checksums, as it is now available and is BSD-3-Clause Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -2,15 +2,14 @@ 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"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
|
||||
|
||||
PV = "1.10.0"
|
||||
PV = "1.10.0+git${SRCPV}"
|
||||
|
||||
PROVIDES += "gmock gtest"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "703bd9caab50b139428cea1aaff9974ebee5742e"
|
||||
SRCREV = "662fe38e44900c007eccb65a5d2ea19df7bd520e"
|
||||
SRC_URI = "git://github.com/google/googletest.git"
|
||||
|
||||
inherit cmake
|
||||
|
||||
Reference in New Issue
Block a user