All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Martin Donnelly <martin.donnelly@ge.com>
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH] augeas: Add libxml2 dependency
Date: Fri, 27 Apr 2012 14:31:51 -0700	[thread overview]
Message-ID: <4F9B1047.5080608@linux.intel.com> (raw)
In-Reply-To: <1326202324-21839-1-git-send-email-martin.donnelly@ge.com>

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!


      reply	other threads:[~2012-04-27 21:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-10 13:32 [PATCH] augeas: Add libxml2 dependency Martin Donnelly
2012-04-27 21:31 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F9B1047.5080608@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=martin.donnelly@ge.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.