[oe] [PATCH] raptor: add libxml2 DEPENDS

Ben Gardiner bengardiner at nanometrics.ca
Thu Jun 23 18:56:46 UTC 2011


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 at nanometrics.ca>

---
Tested on the maintenance-2011.03 branch.

---
 recipes/raptor/raptor_1.4.21.bb |    1 +
 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 edceff9..e14d75b 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
 
-- 
1.7.4.1





More information about the Openembedded-devel mailing list