anyone? On Fri, Oct 3, 2014 at 4:33 PM, Joseph Andrew de la Peña < jdelapena@lexmark.com> wrote: > Good day Yocto Dev community, > > > I have seen a problem in SDK installation where PERL5LIB does not reflect > vendor_perl location. > I have specified SDK installtion path as /bonus/scratch/sdk. Yet when I > executed -V no vendor_perl is included in PERL5LIB. > > perl -V > > @INC: > /bonus/scratch/sdk/sysroots/i686-pokysdk-linux//usr/lib/perl/5.14.3 > /bonus/scratch/sdk/sysroots/i686-pokysdk-linux//usr/lib/perl > /bonus/scratch/sdk/sysroots/i686-pokysdk-linux//usr/lib/perl/5.14.3 > > /opt/sdk/1.5.1/sysroots/i686-pokysdk-linux//usr/lib/perl/site_perl/5.14.3/ > /opt/sdk/1.5.1/sysroots/i686-pokysdk-linux//usr/lib/perl/site_perl/5.14.3 > > /opt/sdk/1.5.1/sysroots/i686-pokysdk-linux//usr/lib/perl/vendor_perl/5.14.3/ > /opt/sdk/1.5.1/sysroots/i686-pokysdk-linux//usr/lib/perl/vendor_perl/5.14.3 > /opt/sdk/1.5.1/sysroots/i686-pokysdk-linux//usr/lib/perl/5.14.3/ > /opt/sdk/1.5.1/sysroots/i686-pokysdk-linux//usr/lib/perl/5.14.3 > /opt/sdk/1.5.1/sysroots/i686-pokysdk-linux//usr/lib/perl/5.14.3 > > > Can someone shed some light on how to include target sdk path's > vendor_perl for @INC? I'm expecting just like the default sdk installation > path, it included vendor_perl and site_perl in the PERL5LIB. > > > Thanks, > Joseph >