diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2019-02-12 17:19:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-14 11:20:55 +0000 |
commit | 2daa03ecfeaf940314bd36454de48085a7b541a3 (patch) | |
tree | a89282a833d56ce564a647cde44e6ab62b2fe3c5 /meta/recipes-devtools/cmake/cmake.inc | |
parent | 471114bbc2530314e471b8e7b4dca6c950df7795 (diff) | |
download | poky-2daa03ecfeaf940314bd36454de48085a7b541a3.tar.gz |
cmake: update to 3.13.4
All patches have been rebased on top of the 3.13.4 release.
I successfully built all CMake recipes in oe-core and meta-oe.
(From OE-Core rev: f40a5da14ec688f751d6394ce9a997578904fd8d)
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
Cc: Otavio Salvador <otavio.salvador@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake.inc')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 09e28b73dd..68a71e9139 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] = "6e7c550cfa1c2e216b35903dc70d80af" | 21 | SRC_URI[md5sum] = "b5a544ffc73f6922a6cf371fcb6bae22" |
22 | SRC_URI[sha256sum] = "0f97485799e51a7070cc11494f3e02349b0fc3a24cc12b082e737bf67a0581a4" | 22 | SRC_URI[sha256sum] = "fdd928fee35f472920071d1c7f1a6a2b72c9b25e04f7a37b409349aef3f20e9b" |
23 | 23 | ||
24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 24 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |