All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 54/70] cmake: update 3.16.5 -> 3.17.3
Date: Sun, 31 May 2020 17:52:38 +0200	[thread overview]
Message-ID: <20200531155254.10283-54-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20200531155254.10283-1-alex.kanavin@gmail.com>

License-Update: copyright years
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...e-native_3.16.5.bb => cmake-native_3.17.3.bb} |  0
 meta/recipes-devtools/cmake/cmake.inc            |  7 +++----
 ...eSystem-use-oe-environment-vars-to-load.patch |  2 +-
 ...0002-cmake-Prevent-the-detection-of-Qt5.patch | 16 ++++++++--------
 .../cmake/{cmake_3.16.5.bb => cmake_3.17.3.bb}   |  0
 5 files changed, 12 insertions(+), 13 deletions(-)
 rename meta/recipes-devtools/cmake/{cmake-native_3.16.5.bb => cmake-native_3.17.3.bb} (100%)
 rename meta/recipes-devtools/cmake/{cmake_3.16.5.bb => cmake_3.17.3.bb} (100%)

diff --git a/meta/recipes-devtools/cmake/cmake-native_3.16.5.bb b/meta/recipes-devtools/cmake/cmake-native_3.17.3.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake-native_3.16.5.bb
rename to meta/recipes-devtools/cmake/cmake-native_3.17.3.bb
diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
index 09949b566c..7f0307c15b 100644
--- a/meta/recipes-devtools/cmake/cmake.inc
+++ b/meta/recipes-devtools/cmake/cmake.inc
@@ -10,8 +10,8 @@ HOMEPAGE = "http://www.cmake.org/"
 BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php"
 SECTION = "console/utils"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://Copyright.txt;md5=622747147b46f22e1953876a7cba3323 \
-                    file://Source/cmake.h;md5=4494dee184212fc89c469c3acd555a14;beginline=1;endline=3 \
+LIC_FILES_CHKSUM = "file://Copyright.txt;md5=c721f56fce89ba2eadc2fdd8ba1f4d83 \
+                    file://Source/cmake.h;beginline=1;endline=3;md5=4494dee184212fc89c469c3acd555a14 \
                     "
 
 CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
@@ -22,7 +22,6 @@ SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
            file://0004-Fail-silently-if-system-Qt-installation-is-broken.patch \
 "
 
-SRC_URI[md5sum] = "d86ccaf3d2462b6b5947919abe5b9f15"
-SRC_URI[sha256sum] = "5f760b50b8ecc9c0c37135fae5fbf00a2fef617059aa9d61c1bb91653e5a8bfc"
+SRC_URI[sha256sum] = "0bd60d512275dc9f6ef2a2865426a184642ceb3761794e6b65bff233b91d8c40"
 
 UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
diff --git a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
index e2a58d25e2..f5c1a212f5 100644
--- a/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
+++ b/meta/recipes-devtools/cmake/cmake/0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch
@@ -1,4 +1,4 @@
-From ab272d703ce77f323aa1285526559c9efbf85834 Mon Sep 17 00:00:00 2001
+From d4aa2dbdc69774ad668756586d59331ad215a2c6 Mon Sep 17 00:00:00 2001
 From: Cody P Schafer <dev@codyps.com>
 Date: Thu, 27 Apr 2017 11:35:05 -0400
 Subject: [PATCH] CMakeDetermineSystem: use oe environment vars to load default
diff --git a/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch b/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
index 61c8f27cd6..cf1dda7c9b 100644
--- a/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
+++ b/meta/recipes-devtools/cmake/cmake/0002-cmake-Prevent-the-detection-of-Qt5.patch
@@ -1,4 +1,4 @@
-From 5a86c7fa987bd407f228176df2abeffd015be9ea Mon Sep 17 00:00:00 2001
+From 126994379ea75c8826874656bb55f955182ae911 Mon Sep 17 00:00:00 2001
 From: Otavio Salvador <otavio@ossystems.com.br>
 Date: Wed, 17 Jan 2018 10:02:14 -0200
 Subject: [PATCH] cmake: Prevent the detection of Qt5
@@ -25,7 +25,7 @@ Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  7 files changed, 8 insertions(+), 9 deletions(-)
 
 diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
-index cb89d19..9e68981 100644
+index 98dd0e2..252302b 100644
 --- a/Source/QtDialog/CMakeLists.txt
 +++ b/Source/QtDialog/CMakeLists.txt
 @@ -3,7 +3,7 @@
@@ -38,18 +38,18 @@ index cb89d19..9e68981 100644
    include_directories(${Qt5Widgets_INCLUDE_DIRS})
    add_definitions(${Qt5Widgets_DEFINITONS})
 diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
-index 57fa7fc..d50c146 100644
+index aff7383..e220503 100644
 --- a/Tests/CMakeLists.txt
 +++ b/Tests/CMakeLists.txt
-@@ -1329,7 +1329,7 @@ ${CMake_SOURCE_DIR}/Utilities/Release/push.bash --dir dev -- '${CMake_BUILD_NIGH
+@@ -215,7 +215,7 @@ if(BUILD_TESTING)
      set(CMake_TEST_Qt5 1)
    endif()
    if(CMake_TEST_Qt5)
 -    find_package(Qt5Widgets QUIET NO_MODULE)
 +    #find_package(Qt5Widgets QUIET NO_MODULE)
    endif()
-   if(CMake_TEST_Qt5 AND Qt5Widgets_FOUND)
-     add_subdirectory(Qt5Autogen)
+ 
+   if(NOT CMake_TEST_EXTERNAL_CMAKE)
 diff --git a/Tests/Qt4And5Automoc/CMakeLists.txt b/Tests/Qt4And5Automoc/CMakeLists.txt
 index ad74961..a9dd74b 100644
 --- a/Tests/Qt4And5Automoc/CMakeLists.txt
@@ -96,10 +96,10 @@ index c08efc4..87e25d9 100644
  set(CMAKE_CXX_STANDARD 11)
  set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/output/bin)
 diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt
-index 6b2f117..1002005 100644
+index e9f8bca..3a2da34 100644
 --- a/Tests/RunCMake/CMakeLists.txt
 +++ b/Tests/RunCMake/CMakeLists.txt
-@@ -376,7 +376,7 @@ else()
+@@ -396,7 +396,7 @@ else()
  endif()
  
  find_package(Qt4 QUIET)
diff --git a/meta/recipes-devtools/cmake/cmake_3.16.5.bb b/meta/recipes-devtools/cmake/cmake_3.17.3.bb
similarity index 100%
rename from meta/recipes-devtools/cmake/cmake_3.16.5.bb
rename to meta/recipes-devtools/cmake/cmake_3.17.3.bb
-- 
2.26.2


  parent reply	other threads:[~2020-05-31 15:54 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-31 15:51 [PATCH 01/70] btrfs-tools: upgrade 5.4.1 -> 5.6.1 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 02/70] build-compare: upgrade to latest revision Alexander Kanavin
2020-05-31 15:51 ` [PATCH 03/70] ccache: upgrade 3.7.7 -> 3.7.9 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 04/70] createrepo-c: upgrade 0.15.7 -> 0.15.10 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 05/70] dpkg: upgrade 1.19.7 -> 1.20.0 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 06/70] librepo: upgrade 1.11.2 -> 1.11.3 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 07/70] python3-numpy: upgrade 1.18.3 -> 1.18.4 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 08/70] python3-cython: upgrade 0.29.16 -> 0.29.19 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 09/70] python3-gitdb: upgrade 4.0.4 -> 4.0.5 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 10/70] python3-mako: upgrade 1.1.1 -> 1.1.3 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 11/70] python3-pygments: upgrade 2.5.2 -> 2.6.1 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 12/70] python3-pygobject: upgrade 3.34.0 -> 3.36.1 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 13/70] python3-smmap: upgrade 2.0.5 -> 3.0.4 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 14/70] python3-subunit: upgrade 1.3.0 -> 1.4.0 Alexander Kanavin
2020-05-31 15:51 ` [PATCH 15/70] python3-testtools: upgrade 2.3.0 -> 2.4.0 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 16/70] python3: upgrade 3.8.2 -> 3.8.3 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 17/70] strace: upgrade 5.5 -> 5.6 Alexander Kanavin
2020-06-02  2:26   ` [OE-core] " Khem Raj
2020-06-02  7:17     ` Alexander Kanavin
2020-06-02 15:20       ` Khem Raj
2020-05-31 15:52 ` [PATCH 18/70] vala: upgrade 0.46.6 -> 0.48.6 Alexander Kanavin
2020-06-01 16:51   ` [OE-core] " Khem Raj
2020-06-02  5:30     ` Adrian Bunk
2020-05-31 15:52 ` [PATCH 19/70] cups: upgrade 2.3.1 -> 2.3.3 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 20/70] gawk: upgrade 5.0.1 -> 5.1.0 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 21/70] libsolv: upgrade 0.7.10 -> 0.7.14 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 22/70] man-pages: upgrade 5.05 -> 5.06 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 23/70] msmtp: upgrade 1.8.8 -> 1.8.10 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 24/70] stress-ng: upgrade 0.11.01 -> 0.11.12 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 25/70] stress-ng: mark as incompatible with musl Alexander Kanavin
2020-06-02  3:38   ` [OE-core] " Khem Raj
2020-06-02  7:20     ` Alexander Kanavin
2020-05-31 15:52 ` [PATCH 26/70] sudo: upgrade 1.8.31 -> 1.9.0 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 27/70] adwaita-icon-theme: upgrade 3.34.3 -> 3.36.1 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 28/70] gtk+3: upgrade 3.24.14 -> 3.24.20 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 29/70] cogl-1.0: upgrade 1.22.4 -> 1.22.6 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 30/70] mesa: upgrade 20.0.2 -> 20.0.7 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 31/70] mesa: merge the .bb content into .inc Alexander Kanavin
2020-05-31 15:52 ` [PATCH 32/70] piglit: upgrade to latest revision Alexander Kanavin
2020-05-31 15:52 ` [PATCH 33/70] waffle: upgrade 1.6.0 -> 1.6.1 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 34/70] pixman: upgrade 0.38.4 -> 0.40.0 Alexander Kanavin
2020-06-02  3:41   ` [OE-core] " Khem Raj
2020-06-02  7:16     ` Alexander Kanavin
2020-05-31 15:52 ` [PATCH 35/70] kmod: upgrade 26 -> 27 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 36/70] powertop: upgrade 2.10 -> 2.12 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 37/70] alsa-plugins: upgrade 1.2.1 -> 1.2.2 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 38/70] alsa-tools: upgrade 1.1.7 " Alexander Kanavin
2020-05-31 15:52 ` [PATCH 39/70] alsa-utils: split the content into .inc Alexander Kanavin
2020-05-31 15:52 ` [PATCH 40/70] alsa-topology/ucm-conf: update to 1.2.2 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 41/70] x264: upgrade to latest revision Alexander Kanavin
2020-06-01  1:37   ` [OE-core] " Anuj Mittal
2020-06-01 10:53     ` Alexander Kanavin
2020-06-02  3:51       ` Khem Raj
2020-06-02  7:18         ` Alexander Kanavin
2020-06-02 15:24           ` Khem Raj
2020-05-31 15:52 ` [PATCH 42/70] puzzles: " Alexander Kanavin
2020-05-31 15:52 ` [PATCH 43/70] libcap: upgrade 2.33 -> 2.34 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 44/70] libical: upgrade 3.0.7 -> 3.0.8 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 45/70] libunwind: upgrade 1.3.1 -> 1.4.0 Alexander Kanavin
2020-06-01 16:50   ` [OE-core] " Khem Raj
2020-06-01 17:48     ` Alexander Kanavin
2020-05-31 15:52 ` [PATCH 46/70] rng-tools: upgrade 6.9 -> 6.10 Alexander Kanavin
2020-05-31 16:43   ` [OE-core] " Adrian Bunk
2020-06-01 11:00     ` Alexander Kanavin
2020-05-31 15:52 ` [PATCH 47/70] babeltrace: correct the git SRC_URI Alexander Kanavin
2020-05-31 15:52 ` [PATCH 48/70] libexif: update to 0.6.22 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 49/70] ppp: update 2.4.7 -> 2.4.8 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 50/70] gettext: update 0.20.1 -> 0.20.2 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 51/70] ptest-runner: fix upstream version check Alexander Kanavin
2020-05-31 15:52 ` [PATCH 52/70] automake: 1.16.1 -> 1.16.2 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 53/70] bison: 3.5.4 -> 3.6.2 Alexander Kanavin
2020-05-31 15:52 ` Alexander Kanavin [this message]
2020-05-31 15:52 ` [PATCH 55/70] gnu-config: update to latest revision Alexander Kanavin
2020-05-31 15:52 ` [PATCH 56/70] jquery: update to 3.5.1 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 57/70] json-c: update 0.13.1 - > 0.14 Alexander Kanavin
2020-06-01 16:56   ` [OE-core] " Khem Raj
2020-05-31 15:52 ` [PATCH 58/70] libmodulemd: update 2.9.2 -> 2.9.4 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 59/70] meson: upgrade 0.53.2 -> 0.54.2 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 60/70] shared-mime-info: fix upstream version check Alexander Kanavin
2020-05-31 15:52 ` [PATCH 61/70] python3-setuptools: upgrade 45.2.0 -> 47.1.1 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 62/70] mpg123: fix upstream version check Alexander Kanavin
2020-05-31 15:52 ` [PATCH 63/70] ethtool: upgrade 5.4 -> 5.6 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 64/70] libcpre2: update 10.34 -> 10.35 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 65/70] libyaml: adjust license checksum to omit copyright year lines Alexander Kanavin
2020-06-01 22:12   ` [OE-core] " Peter Kjellerstedt
2020-06-02  5:54     ` Adrian Bunk
2020-06-02  7:30       ` Peter Kjellerstedt
2020-06-02  7:30     ` Alexander Kanavin
2020-06-02  7:39       ` Peter Kjellerstedt
2020-06-02  8:27         ` Alexander Kanavin
2020-06-05  0:51           ` Khem Raj
2020-05-31 15:52 ` [PATCH 66/70] help2man-native: update to 1.47.15 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 67/70] apt: update to 1.8.2.1 Alexander Kanavin
2020-06-01  7:21   ` [OE-core] " Richard Purdie
2020-06-01 11:17     ` Alexander Kanavin
2020-06-01 17:01     ` Khem Raj
2020-05-31 15:52 ` [PATCH 68/70] asciidoc: bump PV to 8.6.10 Alexander Kanavin
2020-05-31 15:52 ` [PATCH 69/70] pulseaudio: exclude pre-releases from version checks Alexander Kanavin
2020-05-31 15:52 ` [PATCH 70/70] xinetd: switch to a maintained opensuse fork Alexander Kanavin
2020-05-31 16:02 ` ✗ patchtest: failure for "btrfs-tools: upgrade 5.4.1 -> ..." and 69 more Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200531155254.10283-54-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.