All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: Darren Hart <dvhart@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] intltool: add libxml-parser-perl-native dependency to -native version
Date: Thu, 22 Sep 2011 14:26:53 -0700	[thread overview]
Message-ID: <1316726813.2126.2.camel@scimitar> (raw)
In-Reply-To: <e4dd377c38d0df65adb41959e5b720e5b539a47d.1316725800.git.dvhart@linux.intel.com>

On Thu, 2011-09-22 at 14:14 -0700, Darren Hart wrote:
> Fixes [YOCTO #1514]
> 
> Without a native dependency on libxml-parser-perl-native,
> shared-mime-info-native can fail its do_configure task.
> 
> checking for XML::Parser... configure: error: XML::Parser perl module is
> required for intltool
> 
> Testing: Successfully built shared-mime-info and shared-mime-info-native for
> qemuppc.
> 
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Joshua Lock <josh@linux.intel.com>

> CC: Richard Purdie <richard.purdie@linuxfoundation.org>
> CC: Koen Kooi <koen@dominion.thruhere.net>
> CC: Saul Wold <sgw@linux.intel.com>
> ---
>  meta/recipes-devtools/intltool/intltool.inc |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/recipes-devtools/intltool/intltool.inc b/meta/recipes-devtools/intltool/intltool.inc
> index 8d4bec5..23a1ee9 100644
> --- a/meta/recipes-devtools/intltool/intltool.inc
> +++ b/meta/recipes-devtools/intltool/intltool.inc
> @@ -7,6 +7,7 @@ SRC_URI = "${GNOME_MIRROR}/intltool/${URLV}/intltool-${PV}.tar.bz2"
>  S = "${WORKDIR}/intltool-${PV}"
>  
>  DEPENDS = "libxml-parser-perl-native"
> +DEPENDS_virtclass-native = "libxml-parser-perl-native"
>  #RDEPENDS_${PN} = "libxml-parser-perl"
>  RRECOMMENDS_${PN} = "perl-modules"
>  RRECOMMENDS_${PN}_virtclass-native = ""

-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre




      parent reply	other threads:[~2011-09-22 21:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-22 21:13 [PATCH 0/1] intltool: add libxml-parser-perl-native dependency to -native version Darren Hart
2011-09-22 21:14 ` [PATCH 1/1] " Darren Hart
2011-09-22 21:23   ` Richard Purdie
2011-09-22 21:26   ` Joshua Lock [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=1316726813.2126.2.camel@scimitar \
    --to=josh@linux.intel.com \
    --cc=dvhart@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.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.