Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/3] gnome-icon-theme: fix icon mapping
Date: Tue, 23 Oct 2012 12:22:23 +0100	[thread overview]
Message-ID: <1350991343.22340.43.camel@ted> (raw)
In-Reply-To: <1350975871-26719-2-git-send-email-schnitzeltony@googlemail.com>

On Tue, 2012-10-23 at 09:04 +0200, Andreas Müller wrote:
> Multiple errors in log.do_install as:
> Can't locate XML/Simple.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/andreas/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/lib/../libexec/icon-name-mapping line 12.
> 
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
>  .../recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb |    5 ++---
>  1 files changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
> index 8e7995b..f017b56 100644
> --- a/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
> +++ b/meta/recipes-gnome/gnome/gnome-icon-theme_2.31.0.bb
> @@ -9,7 +9,7 @@ SECTION = "x11/gnome"
>  DEPENDS = "icon-naming-utils-native glib-2.0 intltool-native"
>  RDEPENDS_${PN} = "hicolor-icon-theme"
>  RRECOMMENDS_${PN} = "librsvg-gtk"
> -PR = "r3"
> +PR = "r4"
>  
>  FILES_${PN} += "${datadir}/*"
>  
> @@ -22,5 +22,4 @@ SRC_URI[sha256sum] = "ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a
>  EXTRA_OECONF = "--disable-hicolor-check"
>  EXTRA_OECONF += "--with-iconmap=${@d.getVar('STAGING_LIBEXECDIR_NATIVE', True).replace('gnome-icon-theme', 'icon-naming-utils')}/icon-name-mapping"
>  
> -
> -inherit autotools
> +inherit autotools perlnative

Doesn't this need a DEPENDS += "libxml-simple-perl-native" or whatever
the correct name for the module is?

Cheers,

Richard




  reply	other threads:[~2012-10-23 11:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-23  7:04 icon-themes fixes Andreas Müller
2012-10-23  7:04 ` [PATCH 1/3] gnome-icon-theme: fix icon mapping Andreas Müller
2012-10-23 11:22   ` Richard Purdie [this message]
2012-10-23 12:38     ` Andreas Müller
2012-10-23 13:09       ` Richard Purdie
2012-10-23  7:04 ` [PATCH 2/3] gnome-icon-theme: remove unused configure variable Andreas Müller
2012-10-23  7:04 ` [PATCH 3/3] sato-icon-theme: fix build Andreas Müller
2012-10-23  9:12 ` icon-themes fixes Burton, Ross

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=1350991343.22340.43.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=schnitzeltony@googlemail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox