Re: [OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Renato Caldas
2016-05-30 22:17 GMT+01:00 Aníbal Limón : > > > On 05/30/2016 04:06 PM, Aníbal Limón wrote: >> >> >> On 05/30/2016 03:39 PM, Renato Caldas wrote: >>> Hi Aníbal, >>> >>> Sorry but I'm still a bit unfamiliar with the yocto workflow, should I >>> resubmit exact same

Re: [OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Aníbal Limón
On 05/30/2016 04:06 PM, Aníbal Limón wrote: > > > On 05/30/2016 03:39 PM, Renato Caldas wrote: >> Hi Aníbal, >> >> Sorry but I'm still a bit unfamiliar with the yocto workflow, should I >> resubmit exact same patch with the [krogoth] prefix added, or should I >> change the commit message in

Re: [OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Aníbal Limón
On 05/30/2016 03:39 PM, Renato Caldas wrote: > Hi Aníbal, > > Sorry but I'm still a bit unfamiliar with the yocto workflow, should I > resubmit exact same patch with the [krogoth] prefix added, or should I > change the commit message in any way? It applies cleanly to both > master and krogoth.

Re: [OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Renato Caldas
Hi Aníbal, Sorry but I'm still a bit unfamiliar with the yocto workflow, should I resubmit exact same patch with the [krogoth] prefix added, or should I change the commit message in any way? It applies cleanly to both master and krogoth. Cheers, Renato 2016-05-30 21:11 GMT+01:00 Aníbal Limón

Re: [OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-30 Thread Aníbal Limón
Hi Renato, I tested the patch and works very well. Could you sent another patch with [krogoth] prefix to be backported? Thanks a lot, alimon On 05/28/2016 06:53 AM, Renato Caldas wrote: > On some distributions tar requires the FILE argument to be the last, and > the existing order was

[OE-core] [PATCH] perl: reorder tar arguments in do_install_ptest()

2016-05-28 Thread Renato Caldas
On some distributions tar requires the FILE argument to be the last, and the existing order was causing the subsequent --exclude options to be dropped. Fixes [YOCTO #9673]. Signed-off-by: Renato Caldas --- meta/recipes-devtools/perl/perl-ptest.inc | 4 ++-- 1 file