git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b017fe3
)
jamvm: remove unneeded host build
author
Eneas U de Queiroz
<redacted>
Thu, 30 Apr 2020 13:19:47 +0000
(10:19 -0300)
committer
Eneas U de Queiroz
<redacted>
Thu, 30 Apr 2020 13:30:06 +0000
(10:30 -0300)
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 <redacted>
lang/jamvm/Makefile
patch
|
blob
|
history
diff --git
a/lang/jamvm/Makefile
b/lang/jamvm/Makefile
index 0db18b385b364022356024d9a418e38fa841bc88..614966fba07d16164d92801de9b90c0a2e043a30 100644
(file)
--- 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))
git clone https://git.99rst.org/PROJECT