diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2019-09-17 05:35:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-19 10:54:32 +0100 |
commit | d785e295d5fb449bacff41c1bf3ac8b1c238cd1e (patch) | |
tree | 05fe42cf1ec303e89b38697eb57ee0067b33271c /meta/recipes-devtools | |
parent | 038b0120816f24fc7a6ee61991a27b437a29f169 (diff) | |
download | poky-d785e295d5fb449bacff41c1bf3ac8b1c238cd1e.tar.gz |
cmake: 3.15.2 -> 3.15.3
Update to fix issues with Boost 1.71.0, see pull request:
https://gitlab.kitware.com/cmake/cmake/merge_requests/3763
(From OE-Core rev: 89251c2227c38b528b52d56a59ffbe44f1af9cd3)
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.15.3.bb (renamed from meta/recipes-devtools/cmake/cmake-native_3.15.2.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.15.3.bb (renamed from meta/recipes-devtools/cmake/cmake_3.15.2.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.15.2.bb b/meta/recipes-devtools/cmake/cmake-native_3.15.3.bb index b2952ee5f5..b2952ee5f5 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.15.2.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.15.3.bb | |||
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 4cbe26ed60..3711f18db6 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
@@ -18,7 +18,7 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | |||
18 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ | 18 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRC_URI[md5sum] = "9ecf167edadb87e2d75cc89fded7aadb" | 21 | SRC_URI[md5sum] = "bf69e837eeda3dd4e9f52cffcf546a11" |
22 | SRC_URI[sha256sum] = "539088cb29a68e6d6a8fba5c00951e5e5b1a92c68fa38a83e1ed2f355933f768" | 22 | SRC_URI[sha256sum] = "13958243a01365b05652fa01b21d40fa834f70a9e30efa69c02604e64f58b8f5" |
23 | 23 | ||
24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
diff --git a/meta/recipes-devtools/cmake/cmake_3.15.2.bb b/meta/recipes-devtools/cmake/cmake_3.15.3.bb index e0457677e8..e0457677e8 100644 --- a/meta/recipes-devtools/cmake/cmake_3.15.2.bb +++ b/meta/recipes-devtools/cmake/cmake_3.15.3.bb | |||