From patchwork Sat Jan 13 09:59:44 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 37715 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 45F33C4706C for ; Sat, 13 Jan 2024 09:59:50 +0000 (UTC) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx.groups.io with SMTP id smtpd.web11.16120.1705139988869056863 for ; Sat, 13 Jan 2024 01:59:49 -0800 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.81, mailfrom: f_l_k@t-online.de) Received: from fwd86.aul.t-online.de (fwd86.aul.t-online.de [10.223.144.112]) by mailout03.t-online.de (Postfix) with SMTP id 0E8DA25BD3 for ; Sat, 13 Jan 2024 10:59:47 +0100 (CET) Received: from intel-corei7-64.fritz.box ([84.154.175.218]) by fwd86.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1rOano-2nI6uP0; Sat, 13 Jan 2024 10:59:44 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-gnome][PATCHv2] gvfs: drop gnome-keyring rdepend Date: Sat, 13 Jan 2024 10:59:44 +0100 Message-ID: <20240113095944.2160-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1705139984-0B7FDC95-8510553D/0/0 CLEAN NORMAL X-TOI-MSGID: 7c9416ad-a36d-48c9-94ff-10a8692f0df0 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, 13 Jan 2024 09:59:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/108264 The gnome-keyring functionality is nowadays provided by libsecret and gnome-keyring has been deprecated. This will prevent from getting it installed/running it twice. Signed-off-by: Markus Volk --- meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb index 627b499fe..7ac6c3ef2 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb @@ -58,7 +58,7 @@ PACKAGECONFIG[admin] = "-Dadmin=true, -Dadmin=false, libcap polkit" PACKAGECONFIG[afc] = "-Dafc=true, -Dafc=false, libimobiledevice libplist" PACKAGECONFIG[archive] = "-Darchive=true, -Darchive=false, libarchive" PACKAGECONFIG[dnssd] = "-Ddnssd=true, -Ddnssd=false, avahi" -PACKAGECONFIG[gcr] = "-Dgcr=true, -Dgcr=false, gcr3, gnome-keyring" +PACKAGECONFIG[gcr] = "-Dgcr=true, -Dgcr=false, gcr3" PACKAGECONFIG[gcrypt] = "-Dgcrypt=true, -Dgcrypt=false, libgcrypt" PACKAGECONFIG[goa] = "-Dgoa=true, -Dgoa=false, gnome-online-accounts" PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false, libgdata"