Re: [OE-core] [CONSOLIDATED PULL 14/20] Make intltool use perlnative instead of perl on host

2011-07-21 Thread Richard Purdie
On Thu, 2011-07-21 at 11:57 -0700, Tom Rini wrote: > On 07/21/2011 11:47 AM, Khem Raj wrote: > > On Thu, Jul 21, 2011 at 12:53 AM, Saul Wold wrote: > >> > >> -inherit autotools pkgconfig > >> +inherit autotools pkgconfig perlnative > >> > >> export PERL_virtclass-native = "/usr/bin/env perl" > >

Re: [OE-core] [CONSOLIDATED PULL 14/20] Make intltool use perlnative instead of perl on host

2011-07-21 Thread Tom Rini
On 07/21/2011 11:47 AM, Khem Raj wrote: > On Thu, Jul 21, 2011 at 12:53 AM, Saul Wold wrote: >> >> -inherit autotools pkgconfig >> +inherit autotools pkgconfig perlnative >> >> export PERL_virtclass-native = "/usr/bin/env perl" > > is the above line still needed It's actively wrong now and need

Re: [OE-core] [CONSOLIDATED PULL 14/20] Make intltool use perlnative instead of perl on host

2011-07-21 Thread Khem Raj
On Thu, Jul 21, 2011 at 12:53 AM, Saul Wold wrote: > > -inherit autotools pkgconfig > +inherit autotools pkgconfig perlnative > >  export PERL_virtclass-native = "/usr/bin/env perl" is the above line still needed >  BBCLASSEXTEND = "native" > ___ Ope

[OE-core] [CONSOLIDATED PULL 14/20] Make intltool use perlnative instead of perl on host

2011-07-21 Thread Saul Wold
From: Matthew McClintock intltool recipe was using perl from the host instead of perl from poky. This forces the recipe to use poky's perl (along with perl modules it pulls in) Signed-off-by: Matthew McClintock Signed-off-by: Tom Rini --- meta/recipes-devtools/intltool/intltool.inc |