[Buildroot] [git commit] boot/at91dataflashboot: rename patches with the proper naming convention

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sat Dec 11 19:48:58 UTC 2021


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 at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at 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



More information about the buildroot mailing list