From patchwork Tue Jun 18 07:34:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_Hundeb=C3=B8ll?= X-Patchwork-Id: 45296 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 C5BB2C27C4F for ; Tue, 18 Jun 2024 07:35:01 +0000 (UTC) Received: from www530.your-server.de (www530.your-server.de [188.40.30.78]) by mx.groups.io with SMTP id smtpd.web10.81037.1718696090063519261 for ; Tue, 18 Jun 2024 00:34:56 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@geanix.com header.s=default2211 header.b=CWVazx6i; spf=pass (domain: geanix.com, ip: 188.40.30.78, mailfrom: martin@geanix.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=geanix.com; s=default2211; h=Content-Transfer-Encoding:Content-Type:MIME-Version: Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References; bh=i7A5IOW1YuIk98fmZ9oDyPtKgMH6zl4tC23EXrDMAvs=; b=CWVazx6isjac5iWyMFS74E80a/ qOKqTBEpBvT0vkOjREMSw7cWPBmg21eG8hlqGDZ1mjSZYmGDrG2h14LupBdjjRJ2Zo+dHI6m13y88 4QYoUcN7J91f4yMaK63dav7v+i59wR0lnwFfvKO66Ka8+LwzZMk5S9rzTiYKzu4JS0I35Nyc7DTiQ RFbtmVAE/7m1pM3T5cEtpZE/tdSuGI2Dq5uTSEpIzD5GOnAH1BWCg2MPZn/nxI+OnhSwsOPXsZ1zG vPcOnIK5BgCRJQlA6sOE4jwUVntDeqrBQSPTChWYLLmz7Px1VkzX13C6KeqIpzxrafI5CfvpKGz75 Iye9jLuw==; Received: from sslproxy07.your-server.de ([78.47.199.104]) by www530.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sJTMe-000J3m-Mu; Tue, 18 Jun 2024 09:34:45 +0200 Received: from [185.17.218.86] (helo=zen..) by sslproxy07.your-server.de with esmtpsa (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sJTMb-000PJG-0w; Tue, 18 Jun 2024 09:34:44 +0200 From: =?utf-8?q?Martin_Hundeb=C3=B8ll?= To: openembedded-core@lists.openembedded.org Cc: =?utf-8?q?Martin_Hundeb=C3=B8ll?= Subject: [PATCH v2 1/3] ofono: upgrade 2.7 -> 2.8 Date: Tue, 18 Jun 2024 09:34:35 +0200 Message-ID: <20240618073439.2068944-1-martin@geanix.com> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-Authenticated-Sender: martin@geanix.com X-Virus-Scanned: Clear (ClamAV 0.103.10/27309/Mon Jun 17 10:30:25 2024) 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 ; Tue, 18 Jun 2024 07:35:01 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200860 Changelog: * Release 2.8 * build: Require at least version 0.66 when building with external ELL * qmi: Remove unused shutdown members in qmi_device_qrtr * drivers: Use the new license header format * plugins: Use the new license header format * isimodem: Use the new license header format * rilmodem: Use the new license header format * mbimmodem: Use the new license header format * unit: Use the new license header format * tools: Use the new license header format * include: Use the new license header format * dundee: Use the new license header format * core: Use the new license header format * qmimodem: Use the new license header format * atmodem: Use the new license header format * build: Add notifylist.[ch] from ell * udevng: Fix detection of USB attached tty devices * udevng: Don't crash for non-QMI devices * qmimodem: Remove the create exclusive service API * voicecall: Fix use after free * atmodem: gprs-context: use default PPP ACCM for Quectel serial modems * atmodem: sim: Fix CRSM result handling * qmi: gprs-context: support bind_mux for pcie devices * udevng: Add mhi subsystem detection * udevng: add and use get_ifname() for netdev nodes * gobi: ensure required properties are provided * gobi: Rename KernelDriver to NetworkInterfaceDriver * gobi: add / use DeviceProtocol property * qmi: Use l_basename instead of basename * log: Use l_basename instead of basename * build: link dundee with ell * log: Handle dladdr failure License-Update: license header replaced with spdx identifier Signed-off-by: Martin Hundebøll --- .../recipes-connectivity/ofono/{ofono_2.7.bb => ofono_2.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/ofono/{ofono_2.7.bb => ofono_2.8.bb} (89%) diff --git a/meta/recipes-connectivity/ofono/ofono_2.7.bb b/meta/recipes-connectivity/ofono/ofono_2.8.bb similarity index 89% rename from meta/recipes-connectivity/ofono/ofono_2.7.bb rename to meta/recipes-connectivity/ofono/ofono_2.8.bb index bc1f3efd04db..809485d42178 100644 --- a/meta/recipes-connectivity/ofono/ofono_2.7.bb +++ b/meta/recipes-connectivity/ofono/ofono_2.8.bb @@ -4,14 +4,14 @@ 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=6;md5=13e42133935ceecfc9bcb547f256e277" 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