Browse Source

jamvm: remove unneeded host build

Host build was added in 2972cc98e ("Add host build") because classpath
required a host java vm.  Now that classpath is gone, host build can be
removed as well.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
lilik-openwrt-22.03
Eneas U de Queiroz 4 years ago
parent
commit
b7d429c466
No known key found for this signature in database GPG Key ID: 1EB043ABD7ACF202
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      lang/jamvm/Makefile

+ 0
- 2
lang/jamvm/Makefile View File

@ -24,7 +24,6 @@ PKG_INSTALL:=1
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
define Package/jamvm
SUBMENU:=Java
@ -67,4 +66,3 @@ define Build/InstallDev
endef
$(eval $(call BuildPackage,jamvm))
$(eval $(call HostBuild))

Loading…
Cancel
Save