[oe-commits] Otavio Salvador : evtest: Stop using Cgit based archive

git at git.openembedded.org git at git.openembedded.org
Sat Aug 9 16:13:22 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 1aaaf087575e38f6d4c4d94f4c6a6a8073ffda34
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1aaaf087575e38f6d4c4d94f4c6a6a8073ffda34

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Aug  4 15:38:34 2014 -0300

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 at ossystems.com.br>
Acked-by: Otavio Salvador <otavio at ossystems.com.br>
Acked-by: Cliff Brake <cbrake at bec-systems.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/evtest/{evtest_1.25.bb => evtest_git.bb} | 9 ++++++---
 1 file 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
similarity index 55%
rename from meta-oe/recipes-support/evtest/evtest_1.25.bb
rename to meta-oe/recipes-support/evtest/evtest_git.bb
index 640cec0..e4e4347 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 pkgconfig



More information about the Openembedded-commits mailing list