Re: [yocto] [meta-security][PATCH 2/2] Bastille: Remove dependency on lib-perl

2013-10-01 Thread Joe MacDonald
Sure thing. Updated patch coming soon. -J. On Wed, Sep 25, 2013 at 6:01 PM, mulhern wrote: > Hi! > > Thanks for the patch. > > Could you amend it in the following way: > 1) Omit the changes to the Bastille code. > 2) According to the CPAN documentation the Lib module has been part of perl > cor

Re: [yocto] [meta-security][PATCH 2/2] Bastille: Remove dependency on lib-perl

2013-09-25 Thread mulhern
Hi! Thanks for the patch. Could you amend it in the following way: 1) Omit the changes to the Bastille code. 2) According to the CPAN documentation the Lib module has been part of perl core since 5.001. So, you should definitely remove that lib-perl recipe from meta-security as you are doing. You

[yocto] [meta-security][PATCH 2/2] Bastille: Remove dependency on lib-perl

2013-09-20 Thread Joe MacDonald
Bastille never uses more than the minimal functionality provided by the 'lib' module, just pre-pending a named directory to @INC (and, optionally, the directory with a ${archname}/auto appended to it). Lighten this a bit by updating the Bastille code base and remove lib-perl from meta-security ent