]> Git Repo - buildroot-mgba.git/commit
package/libftdi: rename patch with the proper naming convention
authorRicardo Martincoski <[email protected]>
Sun, 21 Nov 2021 17:07:53 +0000 (14:07 -0300)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Sat, 11 Dec 2021 19:48:58 +0000 (20:48 +0100)
commit997965c3a315821c973a01a08396f54ebe6c863c
tree3746860934cd2f81d4bfb13666e270e399cbf5c6
parent3ed3edb4f12cc6016cdf9e09c5995da8f64e5c1c
package/libftdi: rename patch with the proper naming convention

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

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

Before:
>>> libftdi 0.20 Patching
Applying 0001_pkgconfig_libusb.patch using patch:
Applying 0002-libftdi.pc-requires-libusb-fix-static-build.patch using patch:

After:
>>> libftdi 0.20 Patching
Applying 0001-pkgconfig_libusb.patch using patch:
Applying 0002-libftdi.pc-requires-libusb-fix-static-build.patch using patch:

Signed-off-by: Ricardo Martincoski <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
package/libftdi/0001-pkgconfig_libusb.patch [new file with mode: 0644]
package/libftdi/0001_pkgconfig_libusb.patch [deleted file]
This page took 0.035138 seconds and 4 git commands to generate.