diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-05 17:17:59 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-09 23:30:15 +0100 |
| commit | 25fdd2816173d48c61cbeb33acbf49cac8c4373d (patch) | |
| tree | b0ef6ba333c08b97d0450c8fd43f874ea7142c21 /meta/recipes-devtools/cmake/cmake.inc | |
| parent | ecaefb9d57bef774fc87a2a13f13459304f435a6 (diff) | |
| download | poky-25fdd2816173d48c61cbeb33acbf49cac8c4373d.tar.gz | |
cmake: update 3.19.5 -> 3.20.1
Remove 0002-cmake-Prevent-the-detection-of-Qt5.patch
(patch purpose and failing scenarios unclear; disabling
is better done through configuration options which
are available for all of these items).
License-Update: copyright years
(From OE-Core rev: 6f3a4f224931866ab2e9758530efdb81d7ddb63d)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
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 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index e0f59a6c67..2e6059f980 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc | |||
| @@ -10,19 +10,18 @@ HOMEPAGE = "http://www.cmake.org/" | |||
| 10 | BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php" | 10 | BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php" |
| 11 | SECTION = "console/utils" | 11 | SECTION = "console/utils" |
| 12 | LICENSE = "BSD-3-Clause" | 12 | LICENSE = "BSD-3-Clause" |
| 13 | LIC_FILES_CHKSUM = "file://Copyright.txt;md5=c721f56fce89ba2eadc2fdd8ba1f4d83 \ | 13 | LIC_FILES_CHKSUM = "file://Copyright.txt;md5=31023e1d3f51ca90a58f55bcee8e2339 \ |
| 14 | file://Source/cmake.h;beginline=1;endline=2;md5=a5f70e1fef8614734eae0d62b4f5891b \ | 14 | file://Source/cmake.h;beginline=1;endline=2;md5=a5f70e1fef8614734eae0d62b4f5891b \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" | 17 | CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" |
| 18 | 18 | ||
| 19 | SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ | 19 | SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ |
| 20 | file://0002-cmake-Prevent-the-detection-of-Qt5.patch \ | ||
| 21 | file://0003-cmake-support-OpenEmbedded-Qt4-tool-binary-names.patch \ | 20 | file://0003-cmake-support-OpenEmbedded-Qt4-tool-binary-names.patch \ |
| 22 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ | 21 | file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \ |
| 23 | " | 22 | " |
| 24 | 23 | ||
| 25 | SRC_URI[sha256sum] = "c432296eb5dec6d71eae15d140f6297d63df44e9ffe3e453628d1dc8fc4201ce" | 24 | SRC_URI[sha256sum] = "3f1808b9b00281df06c91dd7a021d7f52f724101000da7985a401678dfe035b0" |
| 26 | 25 | ||
| 27 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" | 26 | UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar" |
| 28 | 27 | ||
