[oe-commits] Eric BENARD : evtest: add libxml2 in DEPENDS

git version control git at git.openembedded.org
Sun May 16 08:44:07 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7c196e606142c7be4660fddb05d52e915126f8e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7c196e606142c7be4660fddb05d52e915126f8e1

Author: Eric BENARD <eric at eukrea.com>
Date:   Wed May 12 06:23:31 2010 +0000

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 at eukrea.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 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 55de6cb..c48381e 100644
--- a/recipes/evtest/evtest_1.25.bb
+++ b/recipes/evtest/evtest_1.25.bb
@@ -4,7 +4,9 @@ AUTHOR = "Vojtech Pavlik <vojtech at 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"





More information about the Openembedded-commits mailing list