diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-27 16:02:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:12 +0100 |
commit | 36b3e58e3dae8e143935296f5c53db488193c39c (patch) | |
tree | a49521ae6fd8e022b9b5dd401cb771d6624b0e25 /meta/recipes-devtools/cmake/cmake-native_3.6.1.bb | |
parent | 8c6371f80370a0ca5b28bd5ea4923c796af581f8 (diff) | |
download | poky-36b3e58e3dae8e143935296f5c53db488193c39c.tar.gz |
cmake: upgrade to 3.6.1
3.5.2 -> 3.6.1
(From OE-Core rev: 3c41b239991baff2bb1facc1e9973c95c9328175)
Signed-off-by: Maxin B. John <maxin.john@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.6.1.bb')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.6.1.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.6.1.bb b/meta/recipes-devtools/cmake/cmake-native_3.6.1.bb new file mode 100644 index 0000000000..33930fbb9c --- /dev/null +++ b/meta/recipes-devtools/cmake/cmake-native_3.6.1.bb | |||
@@ -0,0 +1,18 @@ | |||
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 | " | ||
17 | |||
18 | do_compile[progress] = "percent" | ||