Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *ccache* to *4.10.1* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-ccache-upgrade-4.10-4.10.1.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From 9a6efddc8841c7604bfeca2f0465a6d665892c7f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Mon, 15 Jul 2024 08:47:23 +0000
Subject: [PATCH] ccache: upgrade 4.10 -> 4.10.1

---
 .../{ccache_4.10.bb => ccache_4.10.1.bb}      | 62 ++++++++++++++++++-
 1 file changed, 59 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_4.10.bb => ccache_4.10.1.bb} (33%)

diff --git a/meta/recipes-devtools/ccache/ccache_4.10.bb 
b/meta/recipes-devtools/ccache/ccache_4.10.1.bb
similarity index 33%
rename from meta/recipes-devtools/ccache/ccache_4.10.bb
rename to meta/recipes-devtools/ccache/ccache_4.10.1.bb
index df169b9c2b..0c877363f2 100644
--- a/meta/recipes-devtools/ccache/ccache_4.10.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.10.1.bb
@@ -1,3 +1,59 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE.adoc
+# +++ LICENSE.adoc
+# @@ -448,6 +448,42 @@
+#  ----
+#  
+#  
+# +=== src/third_party/fmt/fmt/*.h and src/third_party/fmt/fmt/format.cc
+# +
+# +This is a subset of https://fmt.dev[fmt] 10.2.1 with the following license:
+# +
+# +----
+# +Formatting library for C++
+# +
+# +Copyright (c) 2012 - present, Victor Zverovich
+# +
+# +Permission is hereby granted, free of charge, to any person obtaining a copy
+# +of this software and associated documentation files (the "Software"), to 
deal
+# +in the Software without restriction, including without limitation the rights
+# +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# +copies of the Software, and to permit persons to whom the Software is 
furnished
+# +to do so, subject to the following conditions:
+# +
+# +The above copyright notice and this permission notice shall be included in
+# +all copies or substantial portions of the Software.
+# +
+# +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+# +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 
THE
+# +SOFTWARE.
+# +
+# +--- Optional exception to the license ---
+# +
+# +As an exception, if, as a result of your compiling your source code, 
portions
+# +of this Software are embedded into a machine-executable object form of such
+# +source code, you may redistribute such embedded portions in such object form
+# +without including the above copyright and permission notices.
+# +----
+# +
+# +
+#  === src/third_party/nonstd-span/nonstd/span.hpp
+#  
+#  This is the single header version of
+# 
+#
+
 SUMMARY = "a fast C/C++ compiler cache"
 DESCRIPTION = "ccache is a compiler cache. It speeds up recompilation \
 by caching the result of previous compilations and detecting when the \
@@ -7,17 +63,17 @@ HOMEPAGE = "http://ccache.samba.org";
 SECTION = "devel"
 
 LICENSE = "GPL-3.0-or-later & MIT & BSL-1.0 & ISC"
-LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=c72fa5755dc70ec5b439212d47299414 \
+LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=73b86311eaf2b66b0d093ec1a15fa60d \
                     
file://src/third_party/cpp-httplib/httplib.h;endline=6;md5=5389d9f5a88a138e42ba58894bbceeac
 \
                     
file://src/third_party/nonstd-span/nonstd/span.hpp;endline=9;md5=b4af92a7f068b38c5b3410dceb30c186
 \
                     
file://src/third_party/win32-compat/win32/mktemp.c;endline=17;md5=d287e9c1f1cd2bb2bd164490e1cf449a
 \
-"
+                    "
 
 DEPENDS = "zstd fmt xxhash"
 
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
 
-SRC_URI[sha256sum] = 
"16972ba62c8499045edc3ae7d7b8a0b419a961567f5ff0f01bf5a44194204775"
+SRC_URI[sha256sum] = 
"8f8ad60d9363857812aa8af3fa7fb72be5ea5cf193f824d16d237a8a79256be4"
 
 inherit cmake github-releases
 
-- 
2.44.0

Attachment: 0001-ccache-upgrade-4.10-4.10.1.patch
Description: Binary data

packages/core2-64-poky-linux/ccache/ccache-dbg: PKGSIZE changed from 32857112 
to 32869392 (+0%)
packages/core2-64-poky-linux/ccache/ccache-dbg: PKGV changed from 4.10 
[default] to 4.10.1 [default]
packages/core2-64-poky-linux/ccache/ccache-dbg: PV changed from "4.10" to 
"4.10.1"
packages/core2-64-poky-linux/ccache/ccache-dev: PKGV changed from 4.10 
[default] to 4.10.1 [default]
packages/core2-64-poky-linux/ccache/ccache-dev: PV changed from "4.10" to 
"4.10.1"
packages/core2-64-poky-linux/ccache/ccache-doc: PKGV changed from 4.10 
[default] to 4.10.1 [default]
packages/core2-64-poky-linux/ccache/ccache-doc: PV changed from "4.10" to 
"4.10.1"
packages/core2-64-poky-linux/ccache/ccache-locale: PKGV changed from 4.10 
[default] to 4.10.1 [default]
packages/core2-64-poky-linux/ccache/ccache-locale: PV changed from "4.10" to 
"4.10.1"
packages/core2-64-poky-linux/ccache/ccache-src: PKGSIZE changed from 1636715 to 
1637075 (+0%)
packages/core2-64-poky-linux/ccache/ccache-src: PKGV changed from 4.10 
[default] to 4.10.1 [default]
packages/core2-64-poky-linux/ccache/ccache-src: PV changed from "4.10" to 
"4.10.1"
packages/core2-64-poky-linux/ccache/ccache-staticdev: PKGV changed from 4.10 
[default] to 4.10.1 [default]
packages/core2-64-poky-linux/ccache/ccache-staticdev: PV changed from "4.10" to 
"4.10.1"
packages/core2-64-poky-linux/ccache/ccache: PKGV changed from 4.10 [default] to 
4.10.1 [default]
packages/core2-64-poky-linux/ccache/ccache: PV changed from "4.10" to "4.10.1"
packages/core2-64-poky-linux/ccache: SRC_URI changed from 
"https://github.com/ccache/ccache/releases//download/v4.10/ccache-4.10.tar.gz"; 
to 
"https://github.com/ccache/ccache/releases//download/v4.10.1/ccache-4.10.1.tar.gz";
packages/core2-64-poky-linux/ccache: PKGV changed from 4.10 [default] to 4.10.1 
[default]
packages/core2-64-poky-linux/ccache: PV changed from "4.10" to "4.10.1"
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#201961): 
https://lists.openembedded.org/g/openembedded-core/message/201961
Mute This Topic: https://lists.openembedded.org/mt/107238330/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to