From patchwork Mon Aug 13 21:14:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [14/32] augeas: Add libxml2 dependency Date: Mon, 13 Aug 2012 21:14:55 -0000 From: Scott Garman X-Patchwork-Id: 34413 Message-Id: <1d55679821003ac4d652b08f2eebab1636505042.1344892361.git.scott.a.garman@intel.com> To: openembedded-core@lists.openembedded.org From: Martin Donnelly This patch fixes the following Augeas configure error. | checking for LIBXML... no | configure: error: Package requirements (libxml-2.0) were not met: | | No package 'libxml-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables LIBXML_CFLAGS | and LIBXML_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | ERROR: oe_runconf failed Signed-off-by: Martin Donnelly Signed-off-by: Richard Purdie --- meta/recipes-extended/augeas/augeas.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc index 40be762..9fe864d 100644 --- a/meta/recipes-extended/augeas/augeas.inc +++ b/meta/recipes-extended/augeas/augeas.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" SRC_URI = "http://augeas.net/download/${BP}.tar.gz" -DEPENDS = "readline" +DEPENDS = "readline libxml2" inherit autotools