summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-07 21:54:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-07 21:54:14 +0100
commita1b573dff0e1924961f3caf823a5fc1de998f643 (patch)
tree53c9864a0dc5fccecf9ab398781cfeda4a6a5238
parentfd07431975ec64d4c790f0a6cf0674789fac8f89 (diff)
as a workaround, mark packages which are only for host as ADK_BROKEN
-rw-r--r--package/cmake/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/cmake/Makefile b/package/cmake/Makefile
index 1079227f2..6cdf53b0b 100644
--- a/package/cmake/Makefile
+++ b/package/cmake/Makefile
@@ -12,6 +12,8 @@ PKG_SECTION:= lang
PKG_URL:= http://www.cmake.org/
PKG_SITES:= http://www.cmake.org/files/v2.8/
+PKG_CFLINE_CMAKE:= depends on ADK_BROKEN
+
include $(TOPDIR)/mk/host.mk
include $(TOPDIR)/mk/package.mk