Config.in: remove BR2_NEEDS_HOST_JAVA

Buildroot commit aac3d2b402 added a hidden
boolean option that packages which depend on java on the host can select.

Since buildroot commit 5366b8f734 we can
provide our own host-openjdk-bin package.

Kodi previously used BR2_NEEDS_HOST_JAVA but was switched to host-open-
jdk-bin in this series.
The option BR2_NEEDS_HOST_JAVA is now unused and can be removed.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Bernd Kuhls
2026-04-09 20:40:48 +02:00
committed by Arnout Vandecappelle
parent b6a2f49429
commit 7b97765046
3 changed files with 0 additions and 18 deletions

View File

@@ -113,8 +113,6 @@ async def fixup_config(sysinfo, configfile):
ROOTFS_SIZE = '5G'
if "BR2_NEEDS_HOST_JAVA=y\n" in configlines and not await sysinfo.has("java"):
return False
# libffi not available on ARMv7-M, but propagating libffi arch
# dependencies in Buildroot is really too much work, so we handle
# this here.