diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-11-06 00:56:18 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:39 +0000 |
commit | e8833a6bc0f420694e1afe1256118de804403167 (patch) | |
tree | 0d4602c22f8f45f051d3f0fd897c144d62a29b57 /meta/recipes-devtools/cmake/cmake-native_3.3.2.bb | |
parent | 8b2b0680646adff32e1c82b01edb82d7d622bf08 (diff) | |
download | poky-e8833a6bc0f420694e1afe1256118de804403167.tar.gz |
cmake: update 3.3.1 -> 3.3.2
(From OE-Core rev: 06f7aeabc49ef3d64b705224821b473f35490ea7)
Signed-off-by: Andre McCurdy <armccurdy@gmail.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.3.2.bb')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.3.2.bb | 16 |
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 @@ | |||
1 | require cmake.inc | ||
2 | inherit native | ||
3 | |||
4 | # Using cmake's internal libarchive, so some dependencies are needed | ||
5 | DEPENDS += "bzip2-native zlib-native" | ||
6 | |||
7 | SRC_URI += "\ | ||
8 | file://cmlibarchive-disable-ext2fs.patch \ | ||
9 | " | ||
10 | |||
11 | # Disable ccmake since we don't depend on ncurses | ||
12 | CMAKE_EXTRACONF = "\ | ||
13 | -DBUILD_CursesDialog=0 \ | ||
14 | -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \ | ||
15 | -DHAVE_SYS_ACL_H=0 \ | ||
16 | " | ||