aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test
diff options
context:
space:
mode:
authorLei YU <mine260309@gmail.com>2019-11-25 11:40:30 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-24 20:57:16 -0800
commit07f22acb1679583c955c29cbca08f0e98911d196 (patch)
tree7c90d6675ae3bb7060f8e124162ce58944406df6 /meta-oe/recipes-test
parent3a6cbf246cc3dc273e0bbd910df326234269ff34 (diff)
downloadmeta-openembedded-contrib-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>
Diffstat (limited to 'meta-oe/recipes-test')
-rw-r--r--meta-oe/recipes-test/googletest/googletest_git.bb2
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"
LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a \
file://googletest/LICENSE;md5=cbbd27594afd089daa160d3a16dd515a"
+PV = "1.10.0"
+
PROVIDES += "gmock gtest"
S = "${WORKDIR}/git"