summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Donnelly <martin.donnelly@ge.com>2012-01-10 13:32:04 +0000
committerScott Garman <scott.a.garman@intel.com>2012-07-18 10:19:14 -0700
commit1d55679821003ac4d652b08f2eebab1636505042 (patch)
tree88ca2183f406006531b61bbf2b24de2cd351dac4
parente072dc29c6f4dd3c429e2f0e07da3c29bda36023 (diff)
downloadopenembedded-core-1d55679821003ac4d652b08f2eebab1636505042.tar.gz
openembedded-core-1d55679821003ac4d652b08f2eebab1636505042.tar.bz2
openembedded-core-1d55679821003ac4d652b08f2eebab1636505042.zip
augeas: Add libxml2 dependency
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 <martin.donnelly@ge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/augeas/augeas.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc
index 40be762970..9fe864d27d 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