diff options
author | Martin Donnelly <martin.donnelly@ge.com> | 2012-01-10 13:32:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:06 +0100 |
commit | 3fd422eda8a6cee68f40d57eb5b5d040e1e98dde (patch) | |
tree | 0f0263f1a961ff7de3e9d23ab98f0a8bd4e6effd /meta/recipes-extended | |
parent | 9f17530dcc82783ab039a34e92fc6f67487fd2dd (diff) | |
download | poky-3fd422eda8a6cee68f40d57eb5b5d040e1e98dde.tar.gz |
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
(From OE-Core rev: 72edbba1ad212986be74aaa15eb9c785c6456d30)
Signed-off-by: Martin Donnelly <martin.donnelly@ge.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | 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 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" | |||
7 | 7 | ||
8 | SRC_URI = "http://augeas.net/download/${BP}.tar.gz" | 8 | SRC_URI = "http://augeas.net/download/${BP}.tar.gz" |
9 | 9 | ||
10 | DEPENDS = "readline" | 10 | DEPENDS = "readline libxml2" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |
13 | 13 | ||