From 3ed3edb4f12cc6016cdf9e09c5995da8f64e5c1c Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 21 Nov 2021 14:07:52 -0300 Subject: [PATCH] boot/at91bootstrap: rename patches with the proper naming convention As reported by check-package (by calling it directly): use name -.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 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- .../{at91bootstrap-1.16-eabi-fix.patch => 0001-eabi-fix.patch} | 0 ...4.6.x-ldscript-fix.patch => 0002-gcc-4.6.x-ldscript-fix.patch} | 0 ...boot-relocation-fix.patch => 0003-u-boot-relocation-fix.patch} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename boot/at91bootstrap/{at91bootstrap-1.16-eabi-fix.patch => 0001-eabi-fix.patch} (100%) rename boot/at91bootstrap/{at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch => 0002-gcc-4.6.x-ldscript-fix.patch} (100%) rename boot/at91bootstrap/{at91bootstrap-1.16-u-boot-relocation-fix.patch => 0003-u-boot-relocation-fix.patch} (100%) diff --git a/boot/at91bootstrap/at91bootstrap-1.16-eabi-fix.patch b/boot/at91bootstrap/0001-eabi-fix.patch similarity index 100% rename from boot/at91bootstrap/at91bootstrap-1.16-eabi-fix.patch rename to boot/at91bootstrap/0001-eabi-fix.patch diff --git a/boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch b/boot/at91bootstrap/0002-gcc-4.6.x-ldscript-fix.patch similarity index 100% rename from boot/at91bootstrap/at91bootstrap-1.16-gcc-4.6.x-ldscript-fix.patch rename to boot/at91bootstrap/0002-gcc-4.6.x-ldscript-fix.patch diff --git a/boot/at91bootstrap/at91bootstrap-1.16-u-boot-relocation-fix.patch b/boot/at91bootstrap/0003-u-boot-relocation-fix.patch similarity index 100% rename from boot/at91bootstrap/at91bootstrap-1.16-u-boot-relocation-fix.patch rename to boot/at91bootstrap/0003-u-boot-relocation-fix.patch