aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-05-16 15:18:12 -0400
committerKhem Raj <raj.khem@gmail.com>2018-05-18 12:31:20 -0700
commit416be8355779cd00a4b9fb7cd19bdca4e83034be (patch)
treeb69e93a3fe0c4c7c0e5fb448bb05fe7c7be162bf /meta-oe
parent6a8beae0a1824515448d390610b0cba586535ef4 (diff)
downloadmeta-openembedded-contrib-416be8355779cd00a4b9fb7cd19bdca4e83034be.tar.gz
gtest: switch away from github archive
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-test/gtest/gtest_1.8.0.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-test/gtest/gtest_1.8.0.bb b/meta-oe/recipes-test/gtest/gtest_1.8.0.bb
index 483dc1f2e9..48cf4e04b0 100644
--- a/meta-oe/recipes-test/gtest/gtest_1.8.0.bb
+++ b/meta-oe/recipes-test/gtest/gtest_1.8.0.bb
@@ -7,16 +7,13 @@ LIC_FILES_CHKSUM = "file://googlemock/LICENSE;md5=cbbd27594afd089daa160d3a16dd51
PROVIDES += "gmock"
+S = "${WORKDIR}/git"
+SRCREV = "ec44c6c1675c25b9827aacd08c02433cccde7780"
SRC_URI = "\
- https://github.com/google/googletest/archive/release-${PV}.tar.gz \
+ git://github.com/google/googletest.git;protocol=https; \
file://Add-pkg-config-support.patch \
"
-SRC_URI[md5sum] = "16877098823401d1bf2ed7891d7dce36"
-SRC_URI[sha256sum] = "58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8"
-
-S = "${WORKDIR}/googletest-release-${PV}"
-
inherit cmake
ALLOW_EMPTY_${PN} = "1"