diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-03-03 22:33:07 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-03-04 23:02:53 +0100 |
commit | 52ceb700ff8ca41fbf2f6db7ec5fafb34888f64d (patch) | |
tree | 2ccf60566ca86989330ab7b5f9496b506d98bc1e /boot/syslinux/syslinux.hash | |
parent | eef1eae4017aa6ef4b6c1041cc1e7173d3000c38 (diff) | |
download | buildroot-52ceb700ff8ca41fbf2f6db7ec5fafb34888f64d.tar.gz buildroot-52ceb700ff8ca41fbf2f6db7ec5fafb34888f64d.zip |
boot/syslinux: bump version to 6.03
Since 6.03 syslinux release, the gnu-efi sources are bundled whith
syslinux. We need to force the build system to use the Buildroot's
gnu-efi package.
Remove the patch for find-gnu-efi.sh script which was removed, as well
as the SYSROOT variable from the BUILD_CMDS, which is no longer
needed.
There are still some parallel build issues, so MAKE1 can't
be removed for now.
Add a hash file.
Fix indentation.
[Thomas: fix minor typos in a new comment in the .mk file.]
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/syslinux/syslinux.hash')
-rw-r--r-- | boot/syslinux/syslinux.hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/syslinux/syslinux.hash b/boot/syslinux/syslinux.hash index 4ec039f7a8..5303f4df0b 100644 --- a/boot/syslinux/syslinux.hash +++ b/boot/syslinux/syslinux.hash @@ -1,2 +1,2 @@ # From https://www.kernel.org/pub/linux/utils/boot/syslinux/sha256sums.asc -sha256 afa31b7cbf72e1c0c1752a0636ba724ce01c0e374366e46e61db6862b4685478 syslinux-6.02.tar.xz +sha256 26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e syslinux-6.03.tar.xz |