mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user