[Buildroot] [git commit] boot/lpc32xxcdl: 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=8bca032e190f741dccccb2047a28275860c53541
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 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 <ricardo.martincoski at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 .../{lpc32xxcdl-2.11-compiler_name.patch => 0001-compiler_name.patch}     | 0
 ....11-delete_redundant_files.patch => 0002-delete_redundant_files.patch} | 0
 .../{lpc32xxcdl-2.11-libnosys_gnu.patch => 0003-libnosys_gnu.patch}       | 0
 boot/lpc32xxcdl/{lpc32xxcdl-2.11-slashes.patch => 0004-slashes.patch}     | 0
 4 files changed, 0 insertions(+), 0 deletions(-)

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



More information about the buildroot mailing list