[oe-commits] Ben Gardiner : raptor: add libxml2 DEPENDS

git version control git at git.openembedded.org
Fri Jul 29 21:19:57 UTC 2011


Module: openembedded.git
Branch: 2011.03-maintenance
Commit: 819822d3d32700dafbb3e33172450c34c6334f13
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=819822d3d32700dafbb3e33172450c34c6334f13

Author: Ben Gardiner <bengardiner at nanometrics.ca>
Date:   Fri Jun 24 02:56:46 2011 +0000

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 at nanometrics.ca>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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
 





More information about the Openembedded-commits mailing list