Re: [yocto] [PATCH] Perl: fix PERL5LIB settings

2014-11-20 Thread Richard Purdie
On Sat, 2014-11-08 at 13:47 +0100, Jens Rehsack wrote: > Am 07.11.2014 um 12:55 schrieb Burton, Ross : > > > Hi Wolfgang, > > > > On 5 November 2014 19:29, Wolfgang Denk wrote: > > meta/recipes-devtools/perl/perl-native_5.14.3.bb | 4 ++-- > > meta/recipes-devtools/perl/perl_5.14.3.bb|

Re: [yocto] [PATCH] Perl: fix PERL5LIB settings

2014-11-08 Thread Jens Rehsack
Am 07.11.2014 um 12:55 schrieb Burton, Ross : > Hi Wolfgang, > > On 5 November 2014 19:29, Wolfgang Denk wrote: > meta/recipes-devtools/perl/perl-native_5.14.3.bb | 4 ++-- > meta/recipes-devtools/perl/perl_5.14.3.bb| 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > Perl w

Re: [yocto] [PATCH] Perl: fix PERL5LIB settings

2014-11-07 Thread Burton, Ross
Hi Wolfgang, On 5 November 2014 19:29, Wolfgang Denk wrote: > meta/recipes-devtools/perl/perl-native_5.14.3.bb | 4 ++-- > meta/recipes-devtools/perl/perl_5.14.3.bb| 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > Perl was upgraded to 5.20.0 in July, can you rebase and verif

[yocto] [PATCH] Perl: fix PERL5LIB settings

2014-11-05 Thread Wolfgang Denk
The PERL5LIB settings in the perl wrapper script did not include the "site_perl" or "vendor_perl" directories, which caused some errors. See https://bugzilla.yoctoproject.org/show_bug.cgi?id=6890 Signed-off-by: Wolfgang Denk --- meta/recipes-devtools/perl/perl-native_5.14.3.bb | 4 ++-- meta/re