summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake-native_3.4.2.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-01-22 15:37:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-26 22:49:40 +0000
commit3d2c0f5902cacf9d8544bf263b51ef0dd1a7218c (patch)
tree53219885a99b880095de0129c36a7eb8b86bae7d /meta/recipes-devtools/cmake/cmake-native_3.4.2.bb
parent43648502fe3d6c0600013834edcfece4f4719709 (diff)
downloadpoky-3d2c0f5902cacf9d8544bf263b51ef0dd1a7218c.tar.gz
cmake: update to 3.4.2
(From OE-Core rev: 2a6e061712cfe9cb4738806a0c351a64e0d30144) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake-native_3.4.2.bb')
-rw-r--r--meta/recipes-devtools/cmake/cmake-native_3.4.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.4.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.4.2.bb
new file mode 100644
index 0000000000..cb4e749d7a
--- /dev/null
+++ b/meta/recipes-devtools/cmake/cmake-native_3.4.2.bb
@@ -0,0 +1,16 @@
1require cmake.inc
2inherit native
3
4# Using cmake's internal libarchive, so some dependencies are needed
5DEPENDS += "bzip2-native zlib-native"
6
7SRC_URI += "\
8 file://cmlibarchive-disable-ext2fs.patch \
9"
10
11# Disable ccmake since we don't depend on ncurses
12CMAKE_EXTRACONF = "\
13 -DBUILD_CursesDialog=0 \
14 -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \
15 -DHAVE_SYS_ACL_H=0 \
16"