summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5e1113152..790ada82d 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"
7 7
8DEPENDS = "libxml2" 8DEPENDS = "libxml2"
9 9
10SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive" 10SRCREV = "67f3dfefb0b5708ad5b692f19c1a3a5b135264ca"
11SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973" 11SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git"
12SRC_URI[archive.sha256sum] = "3d34123c68014dae6f7c19144ef79ea2915fa7a2f89ea35ca375a9cf9e191473" 12
13PV = "1.25+${SRCPV}"
14
15S = "${WORKDIR}/git"
13 16
14inherit autotools 17inherit autotools