diff options
| author | Lei YU <mine260309@gmail.com> | 2019-11-25 11:40:30 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-24 20:57:16 -0800 |
| commit | 07f22acb1679583c955c29cbca08f0e98911d196 (patch) | |
| tree | 7c90d6675ae3bb7060f8e124162ce58944406df6 | |
| parent | 3a6cbf246cc3dc273e0bbd910df326234269ff34 (diff) | |
| download | meta-openembedded-07f22acb1679583c955c29cbca08f0e98911d196.tar.gz | |
googletest: Add PV and set to 1.10.0
Signed-off-by: Lei YU <mine260309@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-test/googletest/googletest_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-test/googletest/googletest_git.bb b/meta-oe/recipes-test/googletest/googletest_git.bb index e1df9b6e28..b675ea0f32 100644 --- a/meta-oe/recipes-test/googletest/googletest_git.bb +++ b/meta-oe/recipes-test/googletest/googletest_git.bb | |||
| @@ -5,6 +5,8 @@ LICENSE = "BSD-3-Clause" | |||
| 5 | LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ | 5 | LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \ |
| 6 | file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a" | 6 | file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a" |
| 7 | 7 | ||
| 8 | PV = "1.10.0" | ||
| 9 | |||
| 8 | PROVIDES += "gmock gtest" | 10 | PROVIDES += "gmock gtest" |
| 9 | 11 | ||
| 10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
