From patchwork Mon May 13 20:08:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 43525 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 D4263C25B10 for ; Mon, 13 May 2024 20:07:59 +0000 (UTC) Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by mx.groups.io with SMTP id smtpd.web11.3369.1715630874685095494 for ; Mon, 13 May 2024 13:07:55 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.20, mailfrom: f_l_k@t-online.de) Received: from fwd73.aul.t-online.de (fwd73.aul.t-online.de [10.223.144.99]) by mailout08.t-online.de (Postfix) with SMTP id E3A4FCCC3 for ; Mon, 13 May 2024 22:07:52 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.44.250]) by fwd73.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1s6bxg-3atEq90; Mon, 13 May 2024 22:07:52 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 1/2] malcontent-ui: add malcontent to RDEPENDS Date: Mon, 13 May 2024 22:08:24 +0200 Message-ID: <20240513200825.39767-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1715630872-423C0C65-40925124/0/0 CLEAN NORMAL X-TOI-MSGID: ae0cf080-6717-4a9b-88d7-9f9bf0b6dabb 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 ; Mon, 13 May 2024 20:07:59 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110341 This fixes: ERROR: malcontent-ui-0.12.0-r0 do_package_qa: QA Issue: /usr/lib/libmalcontent-ui-1.so.1 contained in package malcontent-ui requires libmalcontent-0.so.0()(64bit), but no providers found in RDEPENDS:malcontent-ui? [file-rdeps] Signed-off-by: Markus Volk --- meta-oe/recipes-gnome/malcontent/malcontent-ui_0.12.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-gnome/malcontent/malcontent-ui_0.12.0.bb b/meta-oe/recipes-gnome/malcontent/malcontent-ui_0.12.0.bb index 4ff16a82d..f64f69a78 100644 --- a/meta-oe/recipes-gnome/malcontent/malcontent-ui_0.12.0.bb +++ b/meta-oe/recipes-gnome/malcontent/malcontent-ui_0.12.0.bb @@ -48,3 +48,5 @@ do_install() { FILES:${PN} = "${bindir} ${libdir} ${datadir}" +RDEPENDS:${PN} = "malcontent" + From patchwork Mon May 13 20:08:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 43526 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 A6C8AC25B10 for ; Mon, 13 May 2024 20:08:29 +0000 (UTC) Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by mx.groups.io with SMTP id smtpd.web11.3395.1715630908128449045 for ; Mon, 13 May 2024 13:08:28 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.21, mailfrom: f_l_k@t-online.de) Received: from fwd73.aul.t-online.de (fwd73.aul.t-online.de [10.223.144.99]) by mailout10.t-online.de (Postfix) with SMTP id 36ADA300A0 for ; Mon, 13 May 2024 22:07:53 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.44.250]) by fwd73.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1s6bxg-3atEqA0; Mon, 13 May 2024 22:07:52 +0200 From: Markus Volk To: openembedded-devel@lists.openembedded.org Subject: [meta-oe][PATCH 2/2] gnome-control-center: add PACKAGECONFIG for malcontent Date: Mon, 13 May 2024 22:08:25 +0200 Message-ID: <20240513200825.39767-2-f_l_k@t-online.de> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240513200825.39767-1-f_l_k@t-online.de> References: <20240513200825.39767-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1715630873-423C0C65-6C3475F5/0/0 CLEAN NORMAL X-TOI-MSGID: 469b286d-8ae4-41ac-aed6-ed940bc46bba 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 ; Mon, 13 May 2024 20:08:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/110342 Signed-off-by: Markus Volk --- .../gnome-control-center/gnome-control-center_46.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb index 9b54a00e6..d88c42531 100644 --- a/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb +++ b/meta-gnome/recipes-gnome/gnome-control-center/gnome-control-center_46.1.bb @@ -46,6 +46,7 @@ PACKAGECONFIG[ibus] = "-Dibus=true, -Dibus=false, ibus" PACKAGECONFIG[wayland] = "-Dwayland=true, -Dwayland=false, wayland" PACKAGECONFIG[file-share] = ",,,gnome-user-share" PACKAGECONFIG[media-share] = ",,,rygel-meta tumbler" +PACKAGECONFIG[malcontent] = "-Dmalcontent=true,-Dmalcontent=false,malcontent,malcontent-ui" EXTRA_OEMESON += "-Doe_sysroot=${STAGING_DIR_HOST}"