diff mbox series

[AUH] ofono: upgrading to 2.8 SUCCEEDED

Message ID 010101901d23b5cc-c19bc076-b3a5-40f1-9db1-38ebbae6a44b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] ofono: upgrading to 2.8 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 15, 2024, 6:23 p.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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