aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/raptor
diff options
context:
space:
mode:
authorBen Gardiner <bengardiner@nanometrics.ca>2011-06-24 02:56:46 +0000
committerTom Rini <tom_rini@mentor.com>2011-07-26 08:33:39 -0700
commitf1d24b5a986233f869364eb109476f5184e76d10 (patch)
tree4da35c8478c64b7c4e3360267bc4be76de56dee5 /recipes/raptor
parent0a6de7caea8a163928297d0562a728f62d1a6fcd (diff)
downloadopenembedded-f1d24b5a986233f869364eb109476f5184e76d10.tar.gz
raptor: add libxml2 DEPENDS
The configure script of raptor allows either expat or libxml; the default is libxml. Add libxml2 to DEPENDS of raptor to fix broken raptor build in clean-tree. Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/raptor')
-rw-r--r--recipes/raptor/raptor_1.4.21.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/raptor/raptor_1.4.21.bb b/recipes/raptor/raptor_1.4.21.bb
index edceff9379..e14d75b19e 100644
--- a/recipes/raptor/raptor_1.4.21.bb
+++ b/recipes/raptor/raptor_1.4.21.bb
@@ -4,6 +4,7 @@ HOMEPAGE = "http://librdf.org/raptor/"
LICENSE = "LGPL 2.1/GPL 2/Apache 2.0"
PR = "r0"
SRC_URI = "http://download.librdf.org/source/raptor-${PV}.tar.gz"
+DEPENDS = "libxml2"
inherit autotools pkgconfig