aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-08-04 15:38:34 -0300
committerAndreas Oberritter <obi@opendreambox.org>2015-04-22 10:07:58 +0200
commit733a3f67ca179932a1f7cd06ac4306d837bf081f (patch)
tree69f7c14417631ec106249f511ff3cb487848b6bf
parent5ac47a794e21ad88681d340e71b0b393b27e8924 (diff)
downloadmeta-openembedded-contrib-733a3f67ca179932a1f7cd06ac4306d837bf081f.tar.gz
evtest: Stop using Cgit based archive
The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes are done. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 9c762b824cbf7ecd9ce7f7859d22ff89c59fa28d) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta-oe/recipes-support/evtest/evtest_git.bb (renamed from meta-oe/recipes-support/evtest/evtest_1.25.bb)9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/evtest/evtest_1.25.bb b/meta-oe/recipes-support/evtest/evtest_git.bb
index 5e11131520..790ada82da 100644
--- a/meta-oe/recipes-support/evtest/evtest_1.25.bb
+++ b/meta-oe/recipes-support/evtest/evtest_git.bb
@@ -7,8 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "libxml2"
-SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive"
-SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973"
-SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473"
+SRCREV = "67f3dfefb0b5708ad5b692f19c1a3a5b135264ca"
+SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
+
+PV = "1.25+${SRCPV}"
+
+S = "${WORKDIR}/git"
inherit autotools