From 8bca032e190f741dccccb2047a28275860c53541 Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 21 Nov 2021 14:07:50 -0300 Subject: [PATCH] boot/lpc32xxcdl: rename patches with the proper naming convention As reported by check-package (by calling it directly): use name -.patch Output of: make lpc32xxcdl-dirclean lpc32xxcdl-patch | grep 'Patching\|Applying' Before: >>> lpc32xxcdl 2.11 Patching Applying lpc32xxcdl-2.11-compiler_name.patch using patch: Applying lpc32xxcdl-2.11-delete_redundant_files.patch using patch: Applying lpc32xxcdl-2.11-libnosys_gnu.patch using patch: Applying lpc32xxcdl-2.11-slashes.patch using patch: After: >>> lpc32xxcdl 2.11 Patching Applying 0001-compiler_name.patch using patch: Applying 0002-delete_redundant_files.patch using patch: Applying 0003-libnosys_gnu.patch using patch: Applying 0004-slashes.patch using patch: Signed-off-by: Ricardo Martincoski Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- ...c32xxcdl-2.11-compiler_name.patch => 0001-compiler_name.patch} | 0 ...te_redundant_files.patch => 0002-delete_redundant_files.patch} | 0 ...lpc32xxcdl-2.11-libnosys_gnu.patch => 0003-libnosys_gnu.patch} | 0 .../{lpc32xxcdl-2.11-slashes.patch => 0004-slashes.patch} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename boot/lpc32xxcdl/{lpc32xxcdl-2.11-compiler_name.patch => 0001-compiler_name.patch} (100%) rename boot/lpc32xxcdl/{lpc32xxcdl-2.11-delete_redundant_files.patch => 0002-delete_redundant_files.patch} (100%) rename boot/lpc32xxcdl/{lpc32xxcdl-2.11-libnosys_gnu.patch => 0003-libnosys_gnu.patch} (100%) rename boot/lpc32xxcdl/{lpc32xxcdl-2.11-slashes.patch => 0004-slashes.patch} (100%) diff --git a/boot/lpc32xxcdl/lpc32xxcdl-2.11-compiler_name.patch b/boot/lpc32xxcdl/0001-compiler_name.patch similarity index 100% rename from boot/lpc32xxcdl/lpc32xxcdl-2.11-compiler_name.patch rename to boot/lpc32xxcdl/0001-compiler_name.patch diff --git a/boot/lpc32xxcdl/lpc32xxcdl-2.11-delete_redundant_files.patch b/boot/lpc32xxcdl/0002-delete_redundant_files.patch similarity index 100% rename from boot/lpc32xxcdl/lpc32xxcdl-2.11-delete_redundant_files.patch rename to boot/lpc32xxcdl/0002-delete_redundant_files.patch diff --git a/boot/lpc32xxcdl/lpc32xxcdl-2.11-libnosys_gnu.patch b/boot/lpc32xxcdl/0003-libnosys_gnu.patch similarity index 100% rename from boot/lpc32xxcdl/lpc32xxcdl-2.11-libnosys_gnu.patch rename to boot/lpc32xxcdl/0003-libnosys_gnu.patch diff --git a/boot/lpc32xxcdl/lpc32xxcdl-2.11-slashes.patch b/boot/lpc32xxcdl/0004-slashes.patch similarity index 100% rename from boot/lpc32xxcdl/lpc32xxcdl-2.11-slashes.patch rename to boot/lpc32xxcdl/0004-slashes.patch