summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-01-16 21:42:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-01-16 21:42:51 +0100
commitb228c48936d1515ede610fa1e67be315c7134b70 (patch)
treede86a7a4053f83541999190672e96ff743e12059
parent02eba070218243e33820c229e6f4526b5da538c4 (diff)
classpath: disable for target
-rw-r--r--package/classpath/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/classpath/Makefile b/package/classpath/Makefile
index 34b15ec59..65efa2900 100644
--- a/package/classpath/Makefile
+++ b/package/classpath/Makefile
@@ -19,6 +19,7 @@ PKG_SITES:= ftp://ftp.gnu.org/gnu/classpath/ \
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz antlr-3.5.2-complete.jar
PKG_HOST_DEPENDS:= linux
+PKG_CFLINE_CLASSPATH:= depends on ADK_HOST_ONLY
include $(ADK_TOPDIR)/mk/host.mk
include $(ADK_TOPDIR)/mk/package.mk