All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] augeas: Add libxml2 dependency
@ 2012-01-10 13:32 Martin Donnelly
  2012-04-27 21:31 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Donnelly @ 2012-01-10 13:32 UTC (permalink / raw)
  To: yocto

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 |    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 0c6d534..f9263cf 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
 
-- 
1.7.6.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] augeas: Add libxml2 dependency
  2012-01-10 13:32 [PATCH] augeas: Add libxml2 dependency Martin Donnelly
@ 2012-04-27 21:31 ` Saul Wold
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-04-27 21:31 UTC (permalink / raw)
  To: Martin Donnelly; +Cc: yocto

On 01/10/2012 05:32 AM, Martin Donnelly wrote:
> 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 |    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 0c6d534..f9263cf 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
>

Merged into OE-Core

Thanks
	Sau!


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-27 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-10 13:32 [PATCH] augeas: Add libxml2 dependency Martin Donnelly
2012-04-27 21:31 ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.