buildroot/boot/syslinux
Romain Naour 6ccfd40711 boot/syslinux: add missing python dependency
Syslinux use some python scripts during the build and they
are using python interpreter by default. It fail to build
when there is no python interpreter on the host.

[...]/syslinux-6.03/com32/cmenu/menugen.py
make[6]: python: No such file or directory

Since Syslinux 5.00, we can override the python interpreter
used during the build:

https://repo.or.cz/syslinux.git/commitdiff/4dec62ce9c2c0d170f21b3ae2d7c618eb7a30c05

Add the	missing	host-python3 dependency and override
it in SYSLINUX_BUILD_CMDS.

Fixes:
https://gitlab.com/kubu93/buildroot/-/jobs/1614446766

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
[yann.morin.1998@free.fr: fix check-package]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-09-24 22:02:57 +02:00
..
0001-bios-Fix-alignment-change-with-gcc-5.patch syslinux: use Git formatted patches 2017-04-05 22:06:06 +02:00
0002-Disable-PIE-to-avoid-FTBFS-on-amd64.patch syslinux: use Git formatted patches 2017-04-05 22:06:06 +02:00
0003-memdisk-Force-ld-output-format-to-32-bits.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0004-utils-Use-the-host-toolchain-to-build.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0005-lzo-Use-the-host-toolchain-for-prepcore.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0006-The-VPrint-definition-is-now-part-of-the-exports-of-.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0007-Update-the-longjump-calls-to-fit-the-new-declaration.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0008-efi-wrapper-build-it-with-the-host-toolchain.patch boot/syslinux: renumber patches 2017-08-16 22:53:59 +02:00
0009-bios-Don-t-try-to-guess-the-sections-alignment.patch boot/syslinux: fix i386 bios build with recent binutils 2017-08-16 22:54:03 +02:00
0010-core-Clean-up-the-i386-bios-build.patch boot/syslinux: fix i386 bios build with recent binutils 2017-08-16 22:54:03 +02:00
0011-extlinux-Use-the-host-toolchain-to-build.patch syslinux: use the host compiler to build extlinux 2018-04-01 17:49:05 +02:00
0012-pull-in-sys-sysmacros-h-for-major-minor-makedev.patch boot/syslinux: fix build with glibc 2.28+ 2018-11-19 22:37:15 +01:00
0013-Fix-build-with-gnu-efi-version-3.0.9.patch boot/syslinux: fix build with EFI support 2019-02-26 13:07:46 +01:00
0014-Fix-build-with-binutils-note-gnu-property-section.patch boot/syslinux: fix build with binutils note gnu property section 2019-04-07 11:54:48 +02:00
0015-efi-main.c-include-efisetjmp.h.patch boot/syslinux: fix build of efi part with gnu-efi 3.0.10 2020-04-04 23:07:29 +02:00
0016-Workaround-multiple-definition-of-symbol-errors.patch boot/syslinux: fix gcc-10.x compile 2021-03-20 23:01:38 +01:00
0017-Replace-builtin-strlen-that-appears-to-get-optimized.patch boot/syslinux: fix gcc-10.x compile 2021-03-20 23:01:38 +01:00
Config.in toolchain: drop old BR2_TOOLCHAIN_HAS_BINUTILS_BUG_* options 2021-03-15 20:43:30 +01:00
syslinux.hash package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
syslinux.mk boot/syslinux: add missing python dependency 2021-09-24 22:02:57 +02:00