From 8e4ee2391fa80112447fa72b274ca0f072f7346a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:10:51 +0100 Subject: [PATCH] cmake: add autoreconf support Signed-off-by: Stephan Raue --- packages/toolchain/devel/cmake/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/toolchain/devel/cmake/meta b/packages/toolchain/devel/cmake/meta index 17914e0ba7..968250112d 100644 --- a/packages/toolchain/devel/cmake/meta +++ b/packages/toolchain/devel/cmake/meta @@ -12,3 +12,5 @@ PKG_SECTION="toolchain/devel" PKG_SHORTDESC="cmake: A cross-platform, open-source make system" PKG_LONGDESC="CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support complex environments requiring system configuration, preprocessor generation, code generation, and template instantiation." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"