diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-03-31 14:50:36 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:50 +0200 |
commit | de0600643f2d9e65cb9a0212c2f2487ce0621f34 (patch) | |
tree | 532796faa819e77a4eedb9125e89cc3c9160962a /meta-oe | |
parent | b6ed8745bd3eae3434df66275f5641f3939d52bf (diff) | |
download | meta-openembedded-de0600643f2d9e65cb9a0212c2f2487ce0621f34.tar.gz |
evtest: Update to 1.32-based release
This updates to revision b8343ec1 which is based on 1.32 release and
includes some fixes on top of it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-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 6fbb77d90..96feab792 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 = "0e14da978ea906c7fdaf90f54f798a542e79ce8f" | 10 | SRCREV = "b8343ec1124da18bdabcc04809a8731b9e39295d" |
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.31+${SRCPV}" | 13 | PV = "1.32+${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||