]> code.ossystems Code Review - openembedded-core.git/commitdiff
augeas: Add libxml2 dependency
authorMartin Donnelly <martin.donnelly@ge.com>
Tue, 10 Jan 2012 13:32:04 +0000 (13:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Apr 2012 10:35:51 +0000 (11:35 +0100)
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>
meta/recipes-extended/augeas/augeas.inc

index 40be76297083899f0576d4ed25747d751d2f8e2c..9fe864d27d933df6d6618ba4f9ada1c7c24d6f37 100644 (file)
@@ -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