Hello,

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

Next steps:
    - apply the patch: git am 0001-ofono-upgrade-2.7-2.8.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 1e21fa06db70c42d1b7f35a2b348f6f4c2595174 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 15 Jun 2024 05:57:34 +0000
Subject: [PATCH] ofono: upgrade 2.7 -> 2.8

---
 .../ofono/{ofono_2.7.bb => ofono_2.8.bb}      | 56 ++++++++++++++++++-
 1 file changed, 54 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/ofono/{ofono_2.7.bb => ofono_2.8.bb} (47%)

diff --git a/meta/recipes-connectivity/ofono/ofono_2.7.bb 
b/meta/recipes-connectivity/ofono/ofono_2.8.bb
similarity index 47%
rename from meta/recipes-connectivity/ofono/ofono_2.7.bb
rename to meta/recipes-connectivity/ofono/ofono_2.8.bb
index bc1f3efd04..6f831190c2 100644
--- a/meta/recipes-connectivity/ofono/ofono_2.7.bb
+++ b/meta/recipes-connectivity/ofono/ofono_2.8.bb
@@ -1,17 +1,69 @@
+# 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:
+#
+# --- src/ofono.h
+# +++ src/ofono.h
+# @@ -1,20 +1,20 @@
+#  /*
+# + * oFono - Open Source Telephony
+# + * Copyright (C) 2008-2011  Intel Corporation
+#   *
+# - *  oFono - Open Source Telephony
+# - *
+# - *  Copyright (C) 2008-2011  Intel Corporation. All rights reserved.
+# - *
+# - *  This program is free software; you can redistribute it and/or modify
+# - *  it under the terms of the GNU General Public License version 2 as
+# - *  published by the Free Software Foundation.
+# - *
+# - *  This program is distributed in the hope that it will be useful,
+# - *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+# - *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# - *  GNU General Public License for more details.
+# - *
+# - *  You should have received a copy of the GNU General Public License
+# - *  along with this program; if not, write to the Free Software
+# - *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  
USA
+# - *
+# + * SPDX-License-Identifier: GPL-2.0-only
+#   */
+# +
+# +#include <glib.h>
+# +#include <ell/ell.h>
+# +
+# +#define OFONO_API_SUBJECT_TO_CHANGE
+# +
+# +#include <ofono/types.h>
+# +
+# +const struct l_settings *__ofono_get_config(void);
+# +void __ofono_exit(void);
+# +
+# +int __ofono_handsfree_audio_manager_init(void);
+# +void __ofono_handsfree_audio_manager_cleanup(void);
+# +
+# 
+#
+
 SUMMARY = "open source telephony"
 DESCRIPTION = "oFono is a stack for mobile telephony devices on Linux. oFono 
supports speaking to telephony devices through specific drivers, or with 
generic AT commands."
 HOMEPAGE = "http://www.ofono.org";
 BUGTRACKER = "https://01.org/jira/browse/OF";
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
-                    
file://src/ofono.h;beginline=1;endline=20;md5=3ce17d5978ef3445def265b98899c2ee"
+                    
file://src/ofono.h;beginline=1;endline=20;md5=5edd2126537851842453c61fbf551851 \
+                    "
 DEPENDS = "dbus glib-2.0 udev mobile-broadband-provider-info ell"
 
 SRC_URI = "\
     ${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
     file://ofono \
 "
-SRC_URI[sha256sum] = 
"dabf6ef06b94beaad65253200abe3887046a4e722f4fe373c4264f357ae47ad3"
+SRC_URI[sha256sum] = 
"b5aef455b3a374ce43bad43c2ade9d0430d9c0d28952385c44ac7d0dc933bbb8"
 
 inherit autotools pkgconfig update-rc.d systemd gobject-introspection-data
 
-- 
2.44.0

Attachment: 0001-ofono-upgrade-2.7-2.8.patch
Description: Binary data

packages/core2-64-poky-linux/ofono/ofono-dev: PKGSIZE changed from 116596 to 
91357 (-22%)
packages/core2-64-poky-linux/ofono: SRC_URI changed from 
"https://cdn.kernel.org/pub/linux/network/ofono/ofono-2.7.tar.xz file://ofono" 
to "https://cdn.kernel.org/pub/linux/network/ofono/ofono-2.8.tar.xz 
file://ofono"
packages/core2-64-poky-linux/ofono: PV changed from "2.7" to "2.8"
packages/core2-64-poky-linux/ofono: PKGV changed from 2.7 [default] to 2.8 
[default]
packages/core2-64-poky-linux/ofono/ofono-dbg: PKGSIZE changed from 6673824 to 
6684112 (+0%)
packages/core2-64-poky-linux/ofono/ofono-dbg: PV changed from "2.7" to "2.8"
packages/core2-64-poky-linux/ofono/ofono-dbg: PKGV changed from 2.7 [default] 
to 2.8 [default]
packages/core2-64-poky-linux/ofono/ofono-dev: PKGSIZE changed from 116596 to 
91357 (-22%)
packages/core2-64-poky-linux/ofono/ofono-dev: PV changed from "2.7" to "2.8"
packages/core2-64-poky-linux/ofono/ofono-dev: PKGV changed from 2.7 [default] 
to 2.8 [default]
packages/core2-64-poky-linux/ofono/ofono-doc: PV changed from "2.7" to "2.8"
packages/core2-64-poky-linux/ofono/ofono-doc: PKGV changed from 2.7 [default] 
to 2.8 [default]
packages/core2-64-poky-linux/ofono/ofono-locale: PV changed from "2.7" to "2.8"
packages/core2-64-poky-linux/ofono/ofono-locale: PKGV changed from 2.7 
[default] to 2.8 [default]
packages/core2-64-poky-linux/ofono/ofono-src: PKGSIZE changed from 4860837 to 
4654429 (-4%)
packages/core2-64-poky-linux/ofono/ofono-src: PV changed from "2.7" to "2.8"
packages/core2-64-poky-linux/ofono/ofono-src: FILELIST: directory renamed 
/usr/src/debug/ofono/2.7/drivers/swmodem -> 
/usr/src/debug/ofono/2.8/drivers/swmodem, directory renamed 
/usr/src/debug/ofono/2.7/plugins -> /usr/src/debug/ofono/2.8/plugins, directory 
renamed /usr/src/debug/ofono/2.7/gril -> /usr/src/debug/ofono/2.8/gril, 
directory renamed /usr/src/debug/ofono/2.7/gisi -> 
/usr/src/debug/ofono/2.8/gisi, directory renamed 
/usr/src/debug/ofono/2.7/drivers/atmodem -> 
/usr/src/debug/ofono/2.8/drivers/atmodem, directory renamed 
/usr/src/debug/ofono/2.7/linux -> /usr/src/debug/ofono/2.8/linux, directory 
renamed /usr/src/debug/ofono/2.7/drivers/nwmodem -> 
/usr/src/debug/ofono/2.8/drivers/nwmodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/iceramodem -> 
/usr/src/debug/ofono/2.8/drivers/iceramodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/telitmodem -> 
/usr/src/debug/ofono/2.8/drivers/telitmodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/ubloxmodem -> /usr/src/
 debug/ofono/2.8/drivers/ubloxmodem, directory renamed 
/usr/src/debug/ofono/2.7/gdbus -> /usr/src/debug/ofono/2.8/gdbus, directory 
renamed /usr/src/debug/ofono/2.7/drivers/xmm7modem -> 
/usr/src/debug/ofono/2.8/drivers/xmm7modem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/huaweimodem -> 
/usr/src/debug/ofono/2.8/drivers/huaweimodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/simcommodem -> 
/usr/src/debug/ofono/2.8/drivers/simcommodem, directory renamed 
/usr/src/debug/ofono/2.7/gatchat -> /usr/src/debug/ofono/2.8/gatchat, directory 
renamed /usr/src/debug/ofono/2.7/drivers/mbimmodem -> 
/usr/src/debug/ofono/2.8/drivers/mbimmodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/ztemodem -> 
/usr/src/debug/ofono/2.8/drivers/ztemodem, directory renamed 
/usr/src/debug/ofono/2.7/include -> /usr/src/debug/ofono/2.8/include, directory 
renamed /usr/src/debug/ofono/2.7/drivers/speedupmodem -> 
/usr/src/debug/ofono/2.8/drivers/speedupmodem, directory renamed 
/usr/src/debug/ofono/2.
 7/drivers/quectelmodem -> /usr/src/debug/ofono/2.8/drivers/quectelmodem, 
directory renamed /usr/src/debug/ofono/2.7/drivers/gemaltomodem -> 
/usr/src/debug/ofono/2.8/drivers/gemaltomodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/calypsomodem -> 
/usr/src/debug/ofono/2.8/drivers/calypsomodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/hfpmodem -> 
/usr/src/debug/ofono/2.8/drivers/hfpmodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/dunmodem -> 
/usr/src/debug/ofono/2.8/drivers/dunmodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/hsomodem -> 
/usr/src/debug/ofono/2.8/drivers/hsomodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/ifxmodem -> 
/usr/src/debug/ofono/2.8/drivers/ifxmodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/isimodem -> 
/usr/src/debug/ofono/2.8/drivers/isimodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/mbmmodem -> 
/usr/src/debug/ofono/2.8/drivers/mbmmodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/qmimodem 
 -> /usr/src/debug/ofono/2.8/drivers/qmimodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/rilmodem -> 
/usr/src/debug/ofono/2.8/drivers/rilmodem, directory renamed 
/usr/src/debug/ofono/2.7/drivers/stemodem -> 
/usr/src/debug/ofono/2.8/drivers/stemodem, directory renamed 
/usr/src/debug/ofono/2.7/src -> /usr/src/debug/ofono/2.8/src, removed 
"/usr/src/debug/ofono/2.7/ell/strv.h /usr/src/debug/ofono/2.7/ell/io.h 
/usr/src/debug/ofono/2.7/ell/main.h /usr/src/debug/ofono/2.7/ell/gpio.h 
/usr/src/debug/ofono/2.7/ell/sysctl.h /usr/src/debug/ofono/2.7/ell/log.h 
/usr/src/debug/ofono/2.7/ell/settings.h /usr/src/debug/ofono/2.7/ell/queue.h 
/usr/src/debug/ofono/2.7/ell/uintset.h /usr/src/debug/ofono/2.7/ell/netlink.h 
/usr/src/debug/ofono/2.7/ell/timeout.h /usr/src/debug/ofono/2.7/ell/rtnl.h 
/usr/src/debug/ofono/2.7/ell/util.h /usr/src/debug/ofono/2.7/ell/string.h 
/usr/src/debug/ofono/2.7/ell/uuid.h /usr/src/debug/ofono/2.7/ell/idle.h 
/usr/src/debug/ofono/2.7/ell/file.h /usr/src/debug/ofono/2.
 7/ell/utf8.h /usr/src/debug/ofono/2.7/ell/hashmap.h", added 
"/usr/src/debug/ofono/2.8/ell/strv.h /usr/src/debug/ofono/2.8/ell/io.h 
/usr/src/debug/ofono/2.8/ell/main.h /usr/src/debug/ofono/2.8/ell/gpio.h 
/usr/src/debug/ofono/2.8/ell/sysctl.h /usr/src/debug/ofono/2.8/ell/path.h 
/usr/src/debug/ofono/2.8/ell/log.h /usr/src/debug/ofono/2.8/ell/settings.h 
/usr/src/debug/ofono/2.8/ell/queue.h /usr/src/debug/ofono/2.8/ell/uintset.h 
/usr/src/debug/ofono/2.8/ell/netlink.h /usr/src/debug/ofono/2.8/ell/timeout.h 
/usr/src/debug/ofono/2.8/ell/rtnl.h /usr/src/debug/ofono/2.8/ell/util.h 
/usr/src/debug/ofono/2.8/ell/string.h /usr/src/debug/ofono/2.8/ell/uuid.h 
/usr/src/debug/ofono/2.8/ell/idle.h /usr/src/debug/ofono/2.8/ell/file.h 
/usr/src/debug/ofono/2.8/ell/utf8.h /usr/src/debug/ofono/2.8/ell/hashmap.h"
packages/core2-64-poky-linux/ofono/ofono-src: PKGV changed from 2.7 [default] 
to 2.8 [default]
packages/core2-64-poky-linux/ofono/ofono-staticdev: PV changed from "2.7" to 
"2.8"
packages/core2-64-poky-linux/ofono/ofono-staticdev: PKGV changed from 2.7 
[default] to 2.8 [default]
packages/core2-64-poky-linux/ofono/ofono-tests: PV changed from "2.7" to "2.8"
packages/core2-64-poky-linux/ofono/ofono-tests: PKGV changed from 2.7 [default] 
to 2.8 [default]
packages/core2-64-poky-linux/ofono/ofono: PKGSIZE changed from 2238150 to 
2242318 (+0%)
packages/core2-64-poky-linux/ofono/ofono: PV changed from "2.7" to "2.8"
packages/core2-64-poky-linux/ofono/ofono: PKGV changed from 2.7 [default] to 
2.8 [default]
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#200674): 
https://lists.openembedded.org/g/openembedded-core/message/200674
Mute This Topic: https://lists.openembedded.org/mt/106692131/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to