From patchwork Sat Jun 15 18:23:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 45200 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DA618C52D1F for ; Sat, 15 Jun 2024 18:23:31 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web10.18603.1718475798752928871 for ; Sat, 15 Jun 2024 11:23:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx header.b=BI1ngnSf; dkim=pass header.i=@amazonses.com header.s=7v7vs6w47njt4pimodk5mmttbegzsi6n header.b=naiTs2TK; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101901d23b5cc-c19bc076-b3a5-40f1-9db1-38ebbae6a44b-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=rnkzp2s7ci3kogmesvov2nwn7wcc2dgx; d=yoctoproject.org; t=1718475798; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=rhIinXJer1ZiU3zRbv3ThwK0em88RaG6xMr2/X1Lj/c=; b=BI1ngnSfE7gf5d69Pi7zjzjlLMSe26uu4OnrQF2M/LVjmoisMr0DGiAA4o6SR029 X+qqJy02iTEhwS63k3c8mqmAmVcRBtKPRwuswQDturByVGpT6uD8cR/yCJY3WdpD9RH ZVSxvEB6omML9s/2YIbKhbgH0HqOexpOUd19LQiE= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=7v7vs6w47njt4pimodk5mmttbegzsi6n; d=amazonses.com; t=1718475798; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=rhIinXJer1ZiU3zRbv3ThwK0em88RaG6xMr2/X1Lj/c=; b=naiTs2TKrdYz93gJe0QXBcZ/7PcyYInKqDCXlmab4mABr3z+z/fLywPbrPVaFyQF HfrP3sROBtmesvyqXxh+odw6EemJ0dIqv1Fd0Jf55zxVkniwtw7U1JsGUe0rHYDo6i5 MoA9wVaGam2UqPxOgkQYkZnEhEnXw9xobR0MXLjA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Ross Burton Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ofono: upgrading to 2.8 SUCCEEDED Message-ID: <010101901d23b5cc-c19bc076-b3a5-40f1-9db1-38ebbae6a44b-000000@us-west-2.amazonses.com> Date: Sat, 15 Jun 2024 18:23:17 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2024.06.15-54.240.27.23 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 15 Jun 2024 18:23:31 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200674 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 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 +# +#include +# + +# +#define OFONO_API_SUBJECT_TO_CHANGE +# + +# +#include +# + +# +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