On Sat, Mar 30, 2013 at 2:14 PM, Jason Kridner <[email protected]> wrote: > On Sat, Mar 30, 2013 at 1:05 PM, Jason Kridner <[email protected]> > wrote: >> On Wed, Jan 2, 2013 at 10:16 AM, Andreas Müller >> <[email protected]> wrote: >>> >>> Signed-off-by: Andreas Müller <[email protected]> >>> --- >>> 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.
This is the wrong fix. > 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? As Martin said, add inherit perlnative and the dependency; it should fix it. -- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
