]> Git Repo - buildroot-mgba.git/commit
boot/at91bootstrap: rename patches with the proper naming convention
authorRicardo Martincoski <[email protected]>
Sun, 21 Nov 2021 17:07:52 +0000 (14:07 -0300)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Sat, 11 Dec 2021 19:48:58 +0000 (20:48 +0100)
commit3ed3edb4f12cc6016cdf9e09c5995da8f64e5c1c
tree07c6a0ec948cde0ff523a8c88cd6cb5dae79ae2a
parent59d716403c93aa8fd2b2693cf2e7da3e4626c97a
boot/at91bootstrap: rename patches with the proper naming convention

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

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

Before:
>>> at91bootstrap 1.16 Patching
Applying at91bootstrap-1.16-eabi-fix.patch using patch:
Applying at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch using patch:
Applying at91bootstrap-1.16-u-boot-relocation-fix.patch using patch:

After:
>>> at91bootstrap 1.16 Patching
Applying 0001-eabi-fix.patch using patch:
Applying 0002-gcc-4.6.x-ldscript-fix.patch using patch:
Applying 0003-u-boot-relocation-fix.patch using patch:

Signed-off-by: Ricardo Martincoski <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
boot/at91bootstrap/0001-eabi-fix.patch [new file with mode: 0644]
boot/at91bootstrap/0002-gcc-4.6.x-ldscript-fix.patch [new file with mode: 0644]
boot/at91bootstrap/0003-u-boot-relocation-fix.patch [new file with mode: 0644]
boot/at91bootstrap/at91bootstrap-1.16-eabi-fix.patch [deleted file]
boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch [deleted file]
boot/at91bootstrap/at91bootstrap-1.16-u-boot-relocation-fix.patch [deleted file]
This page took 0.030456 seconds and 4 git commands to generate.