All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] boot/at91dataflashboot: rename patches with the proper naming convention
@ 2021-12-11 19:48 Arnout Vandecappelle
  0 siblings, 0 replies; only message in thread
From: Arnout Vandecappelle @ 2021-12-11 19:48 UTC (permalink / raw
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=59d716403c93aa8fd2b2693cf2e7da3e4626c97a
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As reported by check-package (by calling it directly):
use name <number>-<description>.patch

Output of:
make at91dataflashboot-dirclean at91dataflashboot-patch | grep 'Patching\|Applying'

Before:
>>> at91dataflashboot 1.05 Patching
Applying at91dataflashboot-1.05-do-not-install.patch using patch:
Applying at91dataflashboot-1.05-eabi-fixes.patch using patch:

After:
>>> at91dataflashboot 1.05 Patching
Applying 0001-do-not-install.patch using patch:
Applying 0002-eabi-fixes.patch using patch:

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 ...1dataflashboot-1.05-do-not-install.patch => 0001-do-not-install.patch} | 0
 .../{at91dataflashboot-1.05-eabi-fixes.patch => 0002-eabi-fixes.patch}    | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/boot/at91dataflashboot/at91dataflashboot-1.05-do-not-install.patch b/boot/at91dataflashboot/0001-do-not-install.patch
similarity index 100%
rename from boot/at91dataflashboot/at91dataflashboot-1.05-do-not-install.patch
rename to boot/at91dataflashboot/0001-do-not-install.patch
diff --git a/boot/at91dataflashboot/at91dataflashboot-1.05-eabi-fixes.patch b/boot/at91dataflashboot/0002-eabi-fixes.patch
similarity index 100%
rename from boot/at91dataflashboot/at91dataflashboot-1.05-eabi-fixes.patch
rename to boot/at91dataflashboot/0002-eabi-fixes.patch
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-11 19:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 19:48 [Buildroot] [git commit] boot/at91dataflashboot: rename patches with the proper naming convention Arnout Vandecappelle

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.