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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
