From 59d716403c93aa8fd2b2693cf2e7da3e4626c97a Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 21 Nov 2021 14:07:51 -0300 Subject: [PATCH] boot/at91dataflashboot: rename patches with the proper naming convention As reported by check-package (by calling it directly): use name -.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 Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- ...shboot-1.05-do-not-install.patch => 0001-do-not-install.patch} | 0 ...1dataflashboot-1.05-eabi-fixes.patch => 0002-eabi-fixes.patch} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename boot/at91dataflashboot/{at91dataflashboot-1.05-do-not-install.patch => 0001-do-not-install.patch} (100%) rename boot/at91dataflashboot/{at91dataflashboot-1.05-eabi-fixes.patch => 0002-eabi-fixes.patch} (100%) 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