aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake-native_3.3.2.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-11-06 00:56:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-11-16 11:37:20 +0000
commit06f7aeabc49ef3d64b705224821b473f35490ea7 (patch)
tree0b9cc282e3a2f5f9a3f1741143bfa80f755ad768 /meta/recipes-devtools/cmake/cmake-native_3.3.2.bb
parentda2733ad91cdff8cae2848fec5377ca777820d6b (diff)
downloadopenembedded-core-contrib-06f7aeabc49ef3d64b705224821b473f35490ea7.tar.gz
cmake: update 3.3.1 -> 3.3.2
Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake-native_3.3.2.bb')
-rw-r--r--meta/recipes-devtools/cmake/cmake-native_3.3.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.3.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.3.2.bb
new file mode 100644
index 0000000000..cb4e749d7a
--- /dev/null
+++ b/meta/recipes-devtools/cmake/cmake-native_3.3.2.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 \
+"