diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-28 15:18:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-01 11:44:03 +0100 |
commit | eb45cd659bf06fdf1ba4c377db2aac268ecf6e31 (patch) | |
tree | e5b02323d41ba3b7c301c02b0ddc1471d218ec1a /meta/recipes-devtools/cmake/cmake-native_3.2.2.bb | |
parent | bb72a8645a64d6b0f68e50d96d4bad648c806a9c (diff) | |
download | poky-eb45cd659bf06fdf1ba4c377db2aac268ecf6e31.tar.gz |
cmake: update to 3.3.1
Share tarball checksums between cmake and cmake-native via cmake.inc.
(From OE-Core rev: 8292eba3c79ffcdebd23cbabc9975c7a4075dba6)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake-native_3.2.2.bb')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.2.2.bb | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.2.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.2.2.bb deleted file mode 100644 index 17e9e2c1c4..0000000000 --- a/meta/recipes-devtools/cmake/cmake-native_3.2.2.bb +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
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 | SRC_URI[md5sum] = "2da57308071ea98b10253a87d2419281" | ||
12 | SRC_URI[sha256sum] = "ade94e6e36038774565f2aed8866415443444fb7a362eb0ea5096e40d5407c78" | ||
13 | |||
14 | # Disable ccmake since we don't depend on ncurses | ||
15 | CMAKE_EXTRACONF = "\ | ||
16 | -DBUILD_CursesDialog=0 \ | ||
17 | -DENABLE_ACL=0 -DHAVE_ACL_LIBACL_H=0 \ | ||
18 | -DHAVE_SYS_ACL_H=0 \ | ||
19 | " | ||