summaryrefslogtreecommitdiff
path: root/package/ecj
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-08 20:16:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-08 20:16:45 +0100
commit6b4718e4ac35b741141bbaa4c0836d77b22cc02f (patch)
tree1b85a6140f4cbd9ad4a7399641846a84edc2575c /package/ecj
parentf896462badab57863fa941e77404c90fff6c2a7b (diff)
use ADK_HOST_ONLY to mark host only packages
Diffstat (limited to 'package/ecj')
-rw-r--r--package/ecj/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ecj/Makefile b/package/ecj/Makefile
index 8e4dc6f94..8bba31865 100644
--- a/package/ecj/Makefile
+++ b/package/ecj/Makefile
@@ -10,6 +10,8 @@ PKG_MD5SUM:= c474fa9d0c35a24037c23b6e476862c1
PKG_DESCR:= ecj java compiler
PKG_SECTION:= lang
+PKG_CFLINE_ECJ:= depends on ADK_HOST_ONLY
+
NO_DISTFILES:= 1
include $(TOPDIR)/mk/host.mk