[oe-commits] Martin Donnelly : augeas: Add libxml2 dependency

git at git.openembedded.org git at git.openembedded.org
Tue Apr 24 10:47:31 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 72edbba1ad212986be74aaa15eb9c785c6456d30
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=72edbba1ad212986be74aaa15eb9c785c6456d30

Author: Martin Donnelly <martin.donnelly at ge.com>
Date:   Tue Jan 10 13:32:04 2012 +0000

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 at ge.com>

---

 meta/recipes-extended/augeas/augeas.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
 





More information about the Openembedded-commits mailing list