diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-04 15:38:35 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 16:07:18 +0200 |
commit | af0089c5799717052c274dd538f64f20cfeac8a9 (patch) | |
tree | d3d8358d67e530b8a47ca22eb538447d0c8ef16d /meta-oe/recipes-support/evtest/evtest_git.bb | |
parent | 9c762b824cbf7ecd9ce7f7859d22ff89c59fa28d (diff) | |
download | meta-openembedded-af0089c5799717052c274dd538f64f20cfeac8a9.tar.gz |
evtest: Update to 0e14da9 revision
This updates to 1.31, plus fixes available in the Git tree.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/evtest/evtest_git.bb')
-rw-r--r-- | meta-oe/recipes-support/evtest/evtest_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/evtest/evtest_git.bb b/meta-oe/recipes-support/evtest/evtest_git.bb index e4e4347eb..6fbb77d90 100644 --- a/meta-oe/recipes-support/evtest/evtest_git.bb +++ b/meta-oe/recipes-support/evtest/evtest_git.bb | |||
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | |||
7 | 7 | ||
8 | DEPENDS = "libxml2" | 8 | DEPENDS = "libxml2" |
9 | 9 | ||
10 | SRCREV = "67f3dfefb0b5708ad5b692f19c1a3a5b135264ca" | 10 | SRCREV = "0e14da978ea906c7fdaf90f54f798a542e79ce8f" |
11 | SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" | 11 | SRC_URI = "git://anongit.freedesktop.org/evtest;protocol=git" |
12 | 12 | ||
13 | PV = "1.25+${SRCPV}" | 13 | PV = "1.31+${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||