From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Maier,
Brandon L Collins"
<Brandon.Maier@collins.com>
Cc: "buildroot@buildroot.org" <buildroot@buildroot.org>
Subject: Re: [Buildroot] [External] [PATCH 8/9] support/scripts/apply-patches: use appropriate TAR
Date: Wed, 5 Jun 2024 17:32:01 +0200 [thread overview]
Message-ID: <ZmCE8TZi-mvZoj9o@landeda> (raw)
In-Reply-To: <BN0P110MB1673E9E877CBA8E08D780D53EBF9A@BN0P110MB1673.NAMP110.PROD.OUTLOOK.COM>
Brandon, All,
On 2024-06-05 15:22 +0000, Maier, Brandon L Collins spake thusly:
[--SNIP--]
> > diff --git a/support/scripts/apply-patches.sh b/support/scripts/apply-
> > patches.sh
> > index 6da83f6826..39a0c050d6 100755
> > --- a/support/scripts/apply-patches.sh
> > +++ b/support/scripts/apply-patches.sh
> > @@ -146,7 +146,7 @@ function scan_patchdir {
> > unpackedarchivedir="$builddir/.patches-$(basename $i)-unpacked"
> > rm -rf "$unpackedarchivedir" 2> /dev/null
> > mkdir "$unpackedarchivedir"
> > - tar -C "$unpackedarchivedir" -xaf "${path}/$i"
> > + $(TAR) -C "$unpackedarchivedir" -xaf "${path}/$i"
>
> Shouldn't this be `${TAR}` since it's a shell script?
Damned, one I missed... Thanks!
I tried to find a case where I could exercise that code path, but I
could not find a package with uses a tarball as a patch...
I'll respin a bit later; thanks for your eagle eyes! :-)
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-06-05 15:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 14:18 [Buildroot] [PATCH 0/9] everywhere: use $(TAR) not tar (branch yem/tarTAR) Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 1/9] fs/tar: use appropriate TAR Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 2/9] package/cvs: " Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 3/9] package/flutter-engine: " Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 4/9] package/pkg-download: export TAR for download backends Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 5/9] support/download/helpers: use appropriate TAR Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 6/9] support/download/cvs: fix shellcheck Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 7/9] support/download/cvs: use appropriate TAR Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 8/9] support/scripts/apply-patches: " Yann E. MORIN
2024-06-05 15:22 ` [Buildroot] [External] " Maier, Brandon L Collins via buildroot
2024-06-05 15:32 ` Yann E. MORIN [this message]
2024-06-05 15:41 ` Yann E. MORIN
2024-06-05 14:18 ` [Buildroot] [PATCH 9/9] package/sunxi-mali-utgard-driver: handle patching the Buildroot way Yann E. MORIN
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=ZmCE8TZi-mvZoj9o@landeda \
--to=yann.morin.1998@free.fr \
--cc=Brandon.Maier@collins.com \
--cc=buildroot@buildroot.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.