From: Eneas U de Queiroz Date: Thu, 30 Apr 2020 13:19:47 +0000 (-0300) Subject: jamvm: remove unneeded host build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b7d429c466a6762edd385a9261a73bff983b0b1d;p=openwrt-packages.git 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 --- diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index 0db18b385..614966fba 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -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))