From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Alexander Kanavin <alex.kanavin@gmail.com>
Cc: openembedded-core@lists.openembedded.org,
Alexander Kanavin <alex@linutronix.de>
Subject: Re: [OE-core] [PATCH 05/13] cmake: upgrade 3.28.3 -> 3.29.3
Date: Mon, 27 May 2024 22:45:00 +0200 [thread overview]
Message-ID: <2024052720450073754d72@mail.local> (raw)
In-Reply-To: <20240527181214.1778037-5-alex.kanavin@gmail.com>
https://autobuilder.yoctoproject.org/typhoon/#/builders/23/builds/9373/steps/13/logs/stdio
On 27/05/2024 20:12:06+0200, Alexander Kanavin wrote:
> From: Alexander Kanavin <alex@linutronix.de>
>
> License-update: copyright years
>
> Signed-off-by: Alexander Kanavin <alex@linutronix.de>
> ---
> .../{cmake-native_3.28.3.bb => cmake-native_3.29.3.bb} | 0
> meta/recipes-devtools/cmake/cmake.inc | 4 ++--
> .../cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch | 9 +++------
> ...le-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch | 9 ++++-----
> .../cmake/{cmake_3.28.3.bb => cmake_3.29.3.bb} | 0
> 5 files changed, 9 insertions(+), 13 deletions(-)
> rename meta/recipes-devtools/cmake/{cmake-native_3.28.3.bb => cmake-native_3.29.3.bb} (100%)
> rename meta/recipes-devtools/cmake/{cmake_3.28.3.bb => cmake_3.29.3.bb} (100%)
>
> diff --git a/meta/recipes-devtools/cmake/cmake-native_3.28.3.bb b/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb
> similarity index 100%
> rename from meta/recipes-devtools/cmake/cmake-native_3.28.3.bb
> rename to meta/recipes-devtools/cmake/cmake-native_3.29.3.bb
> diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc
> index ab9f459c05c..1155c1bbe0a 100644
> --- a/meta/recipes-devtools/cmake/cmake.inc
> +++ b/meta/recipes-devtools/cmake/cmake.inc
> @@ -10,7 +10,7 @@ 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=9d3d12c5f3b4c1f83650adcc65b59c06 \
> +LIC_FILES_CHKSUM = "file://Copyright.txt;md5=718f05155941b33862726348d3cd46ce \
> file://Source/cmake.h;beginline=1;endline=2;md5=a5f70e1fef8614734eae0d62b4f5891b \
> "
>
> @@ -19,7 +19,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}"
> SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \
> "
>
> -SRC_URI[sha256sum] = "72b7570e5c8593de6ac4ab433b73eab18c5fb328880460c86ce32608141ad5c1"
> +SRC_URI[sha256sum] = "252aee1448d49caa04954fd5e27d189dd51570557313e7b281636716a238bccb"
>
> UPSTREAM_CHECK_REGEX = "cmake-(?P<pver>\d+(\.\d+)+)\.tar"
>
> diff --git a/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch b/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch
> index b2933d88be9..b7ec3e7bacb 100644
> --- a/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch
> +++ b/meta/recipes-devtools/cmake/cmake/0001-CMakeLists.txt-disable-USE_NGHTTP2.patch
> @@ -1,4 +1,4 @@
> -From d33d8a5e9f3b25a80d47b72b1a8a6624a85563c1 Mon Sep 17 00:00:00 2001
> +From 946011cbfd686fe6bd2cec94494f6b0c4394bb6c Mon Sep 17 00:00:00 2001
> From: Changqing Li <changqing.li@windriver.com>
> Date: Wed, 28 Dec 2022 17:51:27 +0800
> Subject: [PATCH] CMakeLists.txt: disable USE_NGHTTP2
> @@ -18,10 +18,10 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
> -index 9387247366..d3de01f4e8 100644
> +index 3dd24f1e..4a0f6773 100644
> --- a/Utilities/cmcurl/CMakeLists.txt
> +++ b/Utilities/cmcurl/CMakeLists.txt
> -@@ -88,7 +88,7 @@ set(HTTP_ONLY OFF CACHE INTERNAL "Curl is not http-only")
> +@@ -91,7 +91,7 @@ set(HTTP_ONLY OFF CACHE INTERNAL "Curl is not http-only")
> set(PICKY_COMPILER OFF CACHE INTERNAL "Enable picky compiler options")
> set(SHARE_LIB_OBJECT OFF)
> set(USE_LIBIDN2 ON)
> @@ -30,6 +30,3 @@ index 9387247366..d3de01f4e8 100644
> set(USE_NGTCP2 OFF)
> set(USE_QUICHE OFF)
> set(USE_WIN32_IDN OFF)
> ---
> -2.43.0
> -
> diff --git a/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch b/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
> index d6f7308fe0c..af164084d03 100644
> --- a/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
> +++ b/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
> @@ -1,4 +1,4 @@
> -From fd9a04c1434e12f21c043385e306e0b52d38d749 Mon Sep 17 00:00:00 2001
> +From 2d3f6933f78d393514a48f8222ac8c3c39cb5fc7 Mon Sep 17 00:00:00 2001
> From: Otavio Salvador <otavio@ossystems.com.br>
> Date: Thu, 5 Jul 2018 10:28:04 -0300
> Subject: [PATCH] Disable use of ext2fs/ext2_fs.h by cmake's internal
> @@ -13,16 +13,15 @@ Upstream-Status: Inappropriate [config]
>
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> -
> ---
> Utilities/cmlibarchive/CMakeLists.txt | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/Utilities/cmlibarchive/CMakeLists.txt b/Utilities/cmlibarchive/CMakeLists.txt
> -index bfcaf30..2960683 100644
> +index e47184b7..e4964c32 100644
> --- a/Utilities/cmlibarchive/CMakeLists.txt
> +++ b/Utilities/cmlibarchive/CMakeLists.txt
> -@@ -682,12 +682,8 @@ LA_CHECK_INCLUDE_FILE("copyfile.h" HAVE_COPYFILE_H)
> +@@ -721,12 +721,8 @@ LA_CHECK_INCLUDE_FILE("copyfile.h" HAVE_COPYFILE_H)
> LA_CHECK_INCLUDE_FILE("direct.h" HAVE_DIRECT_H)
> LA_CHECK_INCLUDE_FILE("dlfcn.h" HAVE_DLFCN_H)
> LA_CHECK_INCLUDE_FILE("errno.h" HAVE_ERRNO_H)
> @@ -35,5 +34,5 @@ index bfcaf30..2960683 100644
> +SET(HAVE_EXT2FS_EXT2_FS_H 0)
> +SET(HAVE_WORKING_EXT2_IOC_GETFLAGS 0)
> LA_CHECK_INCLUDE_FILE("fcntl.h" HAVE_FCNTL_H)
> + LA_CHECK_INCLUDE_FILE("fnmatch.h" HAVE_FNMATCH_H)
> LA_CHECK_INCLUDE_FILE("grp.h" HAVE_GRP_H)
> - LA_CHECK_INCLUDE_FILE("io.h" HAVE_IO_H)
> diff --git a/meta/recipes-devtools/cmake/cmake_3.28.3.bb b/meta/recipes-devtools/cmake/cmake_3.29.3.bb
> similarity index 100%
> rename from meta/recipes-devtools/cmake/cmake_3.28.3.bb
> rename to meta/recipes-devtools/cmake/cmake_3.29.3.bb
> --
> 2.39.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#199922): https://lists.openembedded.org/g/openembedded-core/message/199922
> Mute This Topic: https://lists.openembedded.org/mt/106334730/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
next prev parent reply other threads:[~2024-05-27 20:45 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 18:12 [PATCH 01/13] boost: update 1.84.0 -> 1.85.0 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 02/13] libgit2: update 1.7.2 -> 1.8.1 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 03/13] pinentry: update 1.2.1 -> 1.3.0 Alexander Kanavin
2024-05-28 7:02 ` [OE-core] " Alexandre Belloni
2024-05-27 18:12 ` [PATCH 04/13] mobile-broadband-provider-info: upgrade 20230416 -> 20240407 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 05/13] cmake: upgrade 3.28.3 -> 3.29.3 Alexander Kanavin
2024-05-27 20:45 ` Alexandre Belloni [this message]
2024-05-28 8:54 ` [OE-core] " Alexander Kanavin
2024-05-27 18:12 ` [PATCH 06/13] zstd: upgrade 1.5.5 -> 1.5.6 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 07/13] icu: upgrade 74-2 -> 75-1 Alexander Kanavin
2024-05-27 19:10 ` [OE-core] " Khem Raj
2024-05-27 19:50 ` Alexander Kanavin
2024-05-27 20:22 ` Khem Raj
2024-05-27 20:25 ` Alexander Kanavin
2024-05-27 21:15 ` Khem Raj
2024-05-27 18:12 ` [PATCH 08/13] libxcb: upgrade 1.16.1 -> 1.17.0 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 09/13] xserver-xorg: upgrade 21.1.12 -> 21.1.13 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 10/13] meson: upgrade 1.3.1 -> 1.4.0 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 11/13] gtk-doc: upgrade 1.33.2 -> 1.34.0 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 12/13] gstreamer1.0: update 1.22.11 -> 1.24.3 Alexander Kanavin
2024-05-27 18:12 ` [PATCH 13/13] libomxil: remove the recipe Alexander Kanavin
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=2024052720450073754d72@mail.local \
--to=alexandre.belloni@bootlin.com \
--cc=alex.kanavin@gmail.com \
--cc=alex@linutronix.de \
--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.