Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-xfce/meta-gnome/V2 01/10] exo: update to 0.10.2
Date: Sat, 30 Mar 2013 18:44:44 +0100	[thread overview]
Message-ID: <20130330174444.GN11120@jama> (raw)
In-Reply-To: <CA+T6QPm1H5g_Pu029vi4Yc8GcEDsb3jRgw8oTFc_UHQbad3g0Q@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3805 bytes --]

On Sat, Mar 30, 2013 at 01:14:13PM -0400, Jason Kridner wrote:
> On Sat, Mar 30, 2013 at 1:05 PM, Jason Kridner <jkridner@beagleboard.org> wrote:
> > On Wed, Jan 2, 2013 at 10:16 AM, Andreas Müller
> > <schnitzeltony@googlemail.com> wrote:
> >>
> >> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> >> ---
> >>  meta-xfce/recipes-xfce/exo/exo/configure.patch     |    4 ++--
> >>  .../exo/{exo_0.8.0.bb => exo_0.10.2.bb}            |    4 ++--
> >>  2 files changed, 4 insertions(+), 4 deletions(-)
> >>  rename meta-xfce/recipes-xfce/exo/{exo_0.8.0.bb => exo_0.10.2.bb} (87%)
> >
> >
> > There seems to be a missing dependency on some Perl modules[1]:
> >
> > | checking for perl module URI::Escape... no
> > | checking for perl module URI::file... no
> > | checking for perl module URI::URL... no
> > | configure: error: Atleast one of the required Perl modules
> > (URI::Escape, URI::file and URI::URL) was not found on your system
> > | Configure failed. The contents of all config.log files follows to
> > aid debugging
> >
> > [1] https://s3.amazonaws.com/beagleboard/angstrom-2013-03-30-16%3A24%3A13/build.log
> >
> > I'm working on a patch.
> 
> k, it seems that the builds use the Perl packages in the host system
> and not perl-native, so probably the right thing to do is for me to
> simply add it to my host system.
> 
> For Ubuntu, that is 'sudo apt-get install liburi-perl'.
> 
> Is this something we'd want to avoid having as a host dependency in the future?

I would prefer to inherit perlnative and add it as dependency.

If you managed to build the rest without liburi-perl, then it's not so
common on host..

> 
> >
> >>
> >>
> >> diff --git a/meta-xfce/recipes-xfce/exo/exo/configure.patch b/meta-xfce/recipes-xfce/exo/exo/configure.patch
> >> index 2ccfcfc..ef27e42 100644
> >> --- a/meta-xfce/recipes-xfce/exo/exo/configure.patch
> >> +++ b/meta-xfce/recipes-xfce/exo/exo/configure.patch
> >> @@ -1,5 +1,5 @@
> >> ---- exo-0.3.4/configure.in~    2007-12-02 10:37:06.000000000 -0200
> >> -+++ exo-0.3.4/configure.in     2008-06-05 17:21:42.000000000 -0300
> >> +--- a/configure.ac     2007-12-02 10:37:06.000000000 -0200
> >> ++++ b/configure.ac     2008-06-05 17:21:42.000000000 -0300
> >>  @@ -127,22 +127,24 @@
> >>   dnl ***************************************
> >>   dnl *** Check for strftime() extensions ***
> >> diff --git a/meta-xfce/recipes-xfce/exo/exo_0.8.0.bb b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
> >> similarity index 87%
> >> rename from meta-xfce/recipes-xfce/exo/exo_0.8.0.bb
> >> rename to meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
> >> index af9103f..4fdfd48 100644
> >> --- a/meta-xfce/recipes-xfce/exo/exo_0.8.0.bb
> >> +++ b/meta-xfce/recipes-xfce/exo/exo_0.10.2.bb
> >> @@ -13,8 +13,8 @@ SRC_URI += " \
> >>      file://gnome-mount \
> >>  "
> >>
> >> -SRC_URI[md5sum] = "189bd19210e1d7d8601be1cdf27bf259"
> >> -SRC_URI[sha256sum] = "6e21aa30692affcb45fc8283d034da4a02221d26e3e1facb968d04fed4ba05b0"
> >> +SRC_URI[md5sum] = "c70f2a217811bfba2e62f938d4b8f748"
> >> +SRC_URI[sha256sum] = "b385828bf8a38204da3254b57fdfa25a72694495aa189fabd5040f707eec76ce"
> >>
> >>  # see http://wiki.xfce.org/gnomemount-replacement
> >>  do_install_append () {
> >> --
> >> 1.7.4.4
> >>
> >>
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2013-03-30 18:01 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-02 15:16 [meta-xfce/meta-gnome/V2 00/10] various updates Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 01/10] exo: update to 0.10.2 Andreas Müller
2013-03-30 17:05   ` Jason Kridner
2013-03-30 17:14     ` Jason Kridner
2013-03-30 17:44       ` Martin Jansa [this message]
2013-03-30 20:10       ` Otavio Salvador
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 02/10] tumbler: update to 0.1.26 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 03/10] thunar: update to 1.6.2 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 04/10] xfce4-terminal: update to 0.6.1 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 05/10] packagegroup-xfce-base: xfce-terminal -> xfce4-terminal Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 06/10] mousepad: initial add 0.3.0 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 07/10] xfce4-mixer: update to 4.10.0 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 08/10] xfce4-places-plugin: update to 1.5.0 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 09/10] midori: update to 0.4.7 Andreas Müller
2013-01-02 15:16 ` [meta-xfce/meta-gnome/V2 10/10] xfce4-session: fix build on X11-less hosts Andreas Müller
2013-01-06 12:29 ` [meta-xfce/meta-gnome/V2 00/10] various updates Martin Jansa

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=20130330174444.GN11120@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox