summaryrefslogtreecommitdiff
path: root/package/cmake
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-10 17:43:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-10 17:43:24 +0100
commita86dedf2775bce14a15612fe448342892c12a330 (patch)
treeafa1d0d80ce78715a091ff10126f76fe5403e5ae /package/cmake
parent60d3e1f78181f8a5b55c11283edbfc29eff572b6 (diff)
parente718329929fd7ae778d6e73a04876dfacd70c581 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cmake')
-rw-r--r--package/cmake/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/cmake/Makefile b/package/cmake/Makefile
index 322f8878f..3b33ee165 100644
--- a/package/cmake/Makefile
+++ b/package/cmake/Makefile
@@ -5,18 +5,20 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= cmake
PKG_VERSION:= 2.8.12
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 105bc6d21cc2e9b6aff901e43c53afea
PKG_DESCR:= cmake utility
PKG_SECTION:= lang
PKG_URL:= http://www.cmake.org/
PKG_SITES:= http://www.cmake.org/files/v2.8/
+PKG_TARGET_DEPENDS:= native
+
include $(TOPDIR)/mk/host.mk
include $(TOPDIR)/mk/package.mk
$(eval $(call HOST_template,CMAKE,cmake,$(PKG_VERSION)-${PKG_RELEASE}))
-#$(eval $(call PKG_template,CMAKE,cmake,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+$(eval $(call PKG_template,CMAKE,cmake,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
HOST_STYLE:= manual
CONFIG_STYLE:= manual