diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-05-15 08:35:08 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-05-17 09:00:35 -0700 |
| commit | f701ffa95dd3c43c2710721ded1759d396c3e7a4 (patch) | |
| tree | 3fc1907fe279fe6b9411d60d0d65de01d67e76cc /meta-oe/recipes-test/googletest | |
| parent | 70cc5a64485b3470e6c3779f2c6f9894720e2979 (diff) | |
| download | meta-openembedded-f701ffa95dd3c43c2710721ded1759d396c3e7a4.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-test/googletest')
| -rw-r--r-- | meta-oe/recipes-test/googletest/googletest_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-test/googletest/googletest_git.bb b/meta-oe/recipes-test/googletest/googletest_git.bb index 354e7de337..2e0fecf7a9 100644 --- a/meta-oe/recipes-test/googletest/googletest_git.bb +++ b/meta-oe/recipes-test/googletest/googletest_git.bb | |||
| @@ -2,15 +2,14 @@ DESCRIPTION = "Google's framework for writing C++ tests" | |||
| 2 | HOMEPAGE = "https://github.com/google/googletest" | 2 | HOMEPAGE = "https://github.com/google/googletest" |
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cbbd27594afd089daa160d3a16dd515a" |
| 6 | file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a" | ||
| 7 | 6 | ||
| 8 | PV = "1.10.0" | 7 | PV = "1.10.0+git${SRCPV}" |
| 9 | 8 | ||
| 10 | PROVIDES += "gmock gtest" | 9 | PROVIDES += "gmock gtest" |
| 11 | 10 | ||
| 12 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
| 13 | SRCREV = "703bd9caab50b139428cea1aaff9974ebee5742e" | 12 | SRCREV = "662fe38e44900c007eccb65a5d2ea19df7bd520e" |
| 14 | SRC_URI = "git://github.com/google/googletest.git" | 13 | SRC_URI = "git://github.com/google/googletest.git" |
| 15 | 14 | ||
| 16 | inherit cmake | 15 | inherit cmake |
