aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2010-05-12 06:23:31 +0000
committerKhem Raj <raj.khem@gmail.com>2010-05-16 01:43:30 -0700
commit7c196e606142c7be4660fddb05d52e915126f8e1 (patch)
tree277193138759a56e98a01f6d6806c778268d60ae /recipes
parent89c9d4781efe05cd8a5fc5c04a0716e746453b89 (diff)
downloadopenembedded-7c196e606142c7be4660fddb05d52e915126f8e1.tar.gz
evtest: add libxml2 in DEPENDS
else I get the following log as libxml2 is not yet built : | evtest-capture.c:33:29: error: libxml/encoding.h: No such file or directory | evtest-capture.c:34:30: error: libxml/xmlwriter.h: No such file or directory Signed-off-by: Eric Benard <eric@eukrea.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/evtest/evtest_1.25.bb4
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"