aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake-native_3.4.3.bb
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2016-02-15 13:43:39 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-18 22:55:11 +0000
commita70d6e683a3cd7bc1b0456dd852e59bad827c5c3 (patch)
tree9018708e2368971d559631c08bad1f9b1c4ede67 /meta/recipes-devtools/cmake/cmake-native_3.4.3.bb
parenta3916b29c8c3d0b1570c40c0ed3a1a15c43925bb (diff)
downloadopenembedded-core-contrib-a70d6e683a3cd7bc1b0456dd852e59bad827c5c3.tar.gz
cmake: Update to 3.4.3.
* Tested by building gnuradio and friends for a cortex-a9 machine. Signed-off-by: Philip Balister <philip@balister.org> 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.3.bb')
-rw-r--r--meta/recipes-devtools/cmake/cmake-native_3.4.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.4.3.bb b/meta/recipes-devtools/cmake/cmake-native_3.4.3.bb
new file mode 100644
index 0000000000..cb4e749d7a
--- /dev/null
+++ b/meta/recipes-devtools/cmake/cmake-native_3.4.3.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 \
+"