summaryrefslogtreecommitdiffstats
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-19 01:01:25 +0000
commit947b3bf5504803b279f7ac106a6988518d2eb616 (patch)
treea5df23c235fd6cda83c69c231f91aaa96af185f0 /meta/recipes-devtools/cmake/cmake-native_3.4.3.bb
parent46994837731b198d869e8f274343c824e480801d (diff)
downloadpoky-947b3bf5504803b279f7ac106a6988518d2eb616.tar.gz
cmake: Update to 3.4.3.
* Tested by building gnuradio and friends for a cortex-a9 machine. (From OE-Core rev: a70d6e683a3cd7bc1b0456dd852e59bad827c5c3) 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 @@
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"