From patchwork Tue Jul 11 17:48:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 27181 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 E6CDEEB64DC for ; Tue, 11 Jul 2023 17:48:47 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web10.2727.1689097717762848683 for ; Tue, 11 Jul 2023 10:48:38 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.80, mailfrom: f_l_k@t-online.de) Received: from fwd77.dcpf.telekom.de (fwd77.aul.t-online.de [10.223.144.103]) by mailout01.t-online.de (Postfix) with SMTP id F01C82CB97 for ; Tue, 11 Jul 2023 19:48:35 +0200 (CEST) Received: from flk-MS-7C91.fritz.box ([84.163.45.62]) by fwd77.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qJHTX-20A8A60; Tue, 11 Jul 2023 19:48:35 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCH 2/3] gnome-shell: upgrade 44.2 -> 44.3 Date: Tue, 11 Jul 2023 19:48:26 +0200 Message-Id: <20230711174827.53666-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230711174827.53666-1-f_l_k@t-online.de> References: <20230711174827.53666-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1689097715-1301F931-DFECE039/0/0 CLEAN NORMAL X-TOI-MSGID: 3846381a-2231-4a59-aa34-865e73ef5b5b 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, 11 Jul 2023 17:48:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/103730 Signed-off-by: Markus Volk --- .../gnome-shell/{gnome-shell_44.2.bb => gnome-shell_44.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gnome-shell/{gnome-shell_44.2.bb => gnome-shell_44.3.bb} (95%) diff --git a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb similarity index 95% rename from meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb rename to meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb index 09995e51e4..e1aa051ef4 100644 --- a/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.2.bb +++ b/meta-gnome/recipes-gnome/gnome-shell/gnome-shell_44.3.bb @@ -32,7 +32,7 @@ GIR_MESON_OPTION = "" # gobject-introspection is mandatory and cannot be configured REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" -SRC_URI[archive.sha256sum] = "55f279ec6303b7c0c89246eced81247c87fc1c73948f45eb212a647218d1b63f" +SRC_URI[archive.sha256sum] = "55694b71c2ee4eaef60d93428003f2eaa4cf00186848f5e36b45cfe506fc31bf" SRC_URI += "file://0001-Introduce-options-gjs_path-to-optionally-set-path-to.patch" PACKAGECONFIG ??= "bluetooth nm ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"