diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/evtest/evtest_1.25.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/evtest/evtest_1.25.bb b/recipes/evtest/evtest_1.25.bb index 55de6cb2e1..c48381e03f 100644 --- a/recipes/evtest/evtest_1.25.bb +++ b/recipes/evtest/evtest_1.25.bb @@ -4,7 +4,9 @@ AUTHOR = "Vojtech Pavlik <vojtech@suse.cz>" SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPLv2" -PR = "r0" +PR = "r1" + +DEPENDS = "libxml2" SRC_URI = "http://cgit.freedesktop.org/~whot/evtest/snapshot/evtest-${PV}.tar.bz2;name=archive" SRC_URI[archive.md5sum] = "770d6af03affe976bdbe3ad1a922c973" |