aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-08-28 15:18:57 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-01 11:43:36 +0100
commit8292eba3c79ffcdebd23cbabc9975c7a4075dba6 (patch)
tree03cb5736ac96e4e5e6ce745e908d947899e70005 /meta/recipes-devtools/cmake/cmake-native_3.3.1.bb
parent04288b352c8a09fa347d0fa11fbed73544a7eea3 (diff)
downloadopenembedded-core-contrib-8292eba3c79ffcdebd23cbabc9975c7a4075dba6.tar.gz
cmake: update to 3.3.1
Share tarball checksums between cmake and cmake-native via cmake.inc. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake-native_3.3.1.bb')
-rw-r--r--meta/recipes-devtools/cmake/cmake-native_3.3.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb
new file mode 100644
index 0000000000..cb4e749d7a
--- /dev/null
+++ b/meta/recipes-devtools/cmake/cmake-native_3.3.1.bb
@@ -0,0 +1,16 @@
+require cmake.inc
+inherit native
+
+# Using cmake's internal libarchive, so some dependencies are needed
+DEPENDS += "bzip2-native zlib-native"
+
+SRC_URI += "\
+ file://cmlibarchive-disable-ext2fs.patch \
+"
+
+# Disable ccmake since we don't depend on ncurses
+CMAKE_EXTRACONF = "\
+ -DBUILD_CursesDialog=0 \
+ -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \
+ -DHAVE_SYS_ACL_H=0 \
+"