From 3fa0f32a68c88e67e87b6dbc88dce3c5bab5197f Mon Sep 17 00:00:00 2001 From: Tomasz Maciej Nowak Date: Thu, 18 Jul 2019 15:32:39 +0200 Subject: grub2: bump to 2.04 * GCC 8 and 9 support. * Gnulib integration overhaul. * RISC-V support. * Xen PVH support. * Native UEFI secure boot support. * UEFI TPM driver. * New IEEE 1275 obdisk driver. * Btrfs RAID 5 and RIAD 6 support. * bootin from F2FS support. * PARTUUID support. * VLAN support. * Native DHCP support. * Many ARM and ARM64 fixes. * Many SPARC fixes. * Many IEEE 1275 fixes. * ...and tons of other fixes and cleanups... Signed-off-by: Tomasz Maciej Nowak --- .../patches/101-disable-gettext-check-macro-version.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 package/boot/grub2/patches/101-disable-gettext-check-macro-version.patch (limited to 'package/boot/grub2/patches/101-disable-gettext-check-macro-version.patch') diff --git a/package/boot/grub2/patches/101-disable-gettext-check-macro-version.patch b/package/boot/grub2/patches/101-disable-gettext-check-macro-version.patch deleted file mode 100644 index 4b850ed2a1..0000000000 --- a/package/boot/grub2/patches/101-disable-gettext-check-macro-version.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/po/Makefile.in.in b/po/Makefile.in.in -index 3619458..060e0db 100644 ---- a/po/Makefile.in.in -+++ b/po/Makefile.in.in -@@ -97,7 +97,7 @@ CATALOGS = @CATALOGS@ - mv t-$@ $@ - - --all: check-macro-version all-@USE_NLS@ -+all: all-@USE_NLS@ - - all-yes: stamp-po - all-no: -- cgit v1.2.3