kumquat-buildroot/boot
Thomas Petazzoni 0eba4759fa packages: apply custom patches using *.patch instead of <pkg>-*.patch
Several packages have some logic to apply custom patches that existed
before the BR2_GLOBAL_PATCH_DIR mechanism: at91bootstrap,
at91bootstrap3, barebox, uboot and linux. Currently, the logic of
those packages to apply custom patches is to match
<package-name>-*.patch, which is not consistent with what we've done
for patches stored in the package directory, and for patches stored in
BR2_GLOBAL_PATCH_DIR: in such cases, we simply apply *.patch.

Therefore, for consistency reasons, this commit changes these packages
to also apply *.patch.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2015-04-06 11:04:59 +02:00
..
at91bootstrap packages: apply custom patches using *.patch instead of <pkg>-*.patch 2015-04-06 11:04:59 +02:00
at91bootstrap3 packages: apply custom patches using *.patch instead of <pkg>-*.patch 2015-04-06 11:04:59 +02:00
at91dataflashboot
barebox packages: apply custom patches using *.patch instead of <pkg>-*.patch 2015-04-06 11:04:59 +02:00
boot-wrapper-aarch64
grub grub: add hash 2015-03-03 21:57:11 +01:00
grub2 grub2: add hash 2015-03-03 21:57:49 +01:00
gummiboot boot/gummiboot: drop largefile depends 2015-04-01 22:44:15 +02:00
lpc32xxcdl
mxs-bootlets packages: indentation cleanup 2015-03-31 13:57:41 +02:00
syslinux boot/syslinux: bump version to 6.03 2015-03-04 23:02:53 +01:00
uboot packages: apply custom patches using *.patch instead of <pkg>-*.patch 2015-04-06 11:04:59 +02:00
xloader
common.mk
Config.in