Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: Renato Caldas <rm.santos.caldas@gmail.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] perl: reorder tar arguments in do_install_ptest()
Date: Mon, 30 May 2016 15:11:56 -0500	[thread overview]
Message-ID: <574C9E8C.1070503@linux.intel.com> (raw)
In-Reply-To: <20160528115341.4965-1-rm.santos.caldas@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1578 bytes --]

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 causing the subsequent --exclude options to be dropped.
> 
> Fixes [YOCTO #9673].
> 
> Signed-off-by: Renato Caldas <rm.santos.caldas@gmail.com>
Acked-by: Aníbal Limón <anibal.limon@linux.intel.com>
> ---
>  meta/recipes-devtools/perl/perl-ptest.inc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
> index 948ea7c..66c5355 100644
> --- a/meta/recipes-devtools/perl/perl-ptest.inc
> +++ b/meta/recipes-devtools/perl/perl-ptest.inc
> @@ -7,8 +7,8 @@ do_install_ptest () {
>  	mkdir -p ${D}${PTEST_PATH}
>  	sed -e "s:\/opt:\/usr:" -i Porting/add-package.pl
>  	sed -e "s:\/local\/gnu\/:\/:" -i hints/cxux.sh
> -	tar -cf - * --exclude \*.o --exclude libperl.so --exclude Makefile --exclude makefile --exclude hostperl \
> -		--exclude miniperl --exclude generate_uudmap --exclude patches | ( cd ${D}${PTEST_PATH} && tar -xf - )
> +	tar -cf - --exclude \*.o --exclude libperl.so --exclude Makefile --exclude makefile --exclude hostperl \
> +		--exclude miniperl --exclude generate_uudmap --exclude patches * | ( cd ${D}${PTEST_PATH} && tar -xf - )
>  
>  	sed -i -e "s,${D},,g" \
>  	       -e "s,--sysroot=${STAGING_DIR_HOST},,g" \
> 


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2016-05-30 20:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-28 11:53 [PATCH] perl: reorder tar arguments in do_install_ptest() Renato Caldas
2016-05-30 13:04 ` [PATCH] perl-ptest.inc: fix tar call to prevent objcopy failure Enrico Jorns
2016-05-31 11:35   ` Renato Caldas
2016-06-03  6:50     ` Enrico Joerns
2016-06-06 11:35       ` Renato Caldas
2016-05-30 20:11 ` Aníbal Limón [this message]
2016-05-30 20:39   ` [PATCH] perl: reorder tar arguments in do_install_ptest() Renato Caldas
2016-05-30 21:06     ` Aníbal Limón
2016-05-30 21:17       ` Aníbal Limón
2016-05-30 21:35         ` Renato Caldas
2016-06-29  8:54 ` [PATCH][krogoth] perl-ptest.inc: fix tar call to prevent objcopy failure Enrico Jorns
2016-06-29  8:54 ` [PATCH][jethro] " Enrico Jorns

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=574C9E8C.1070503@linux.intel.com \
    --to=anibal.limon@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=rm.santos.caldas@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox