From patchwork Mon Jan 24 17:55:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 2870 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 EA167C433EF for ; Mon, 24 Jan 2022 17:56:10 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) by mx.groups.io with SMTP id smtpd.web09.361.1643046969710556571 for ; Mon, 24 Jan 2022 09:56:10 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=SPF record not found (domain: t-online.de, ip: 194.25.134.17, mailfrom: f_l_k@t-online.de) Received: from fwd75.dcpf.telekom.de (fwd75.aul.t-online.de [10.223.144.101]) by mailout02.t-online.de (Postfix) with SMTP id 09586763F for ; Mon, 24 Jan 2022 18:56:07 +0100 (CET) Received: from localhost.localdomain ([84.163.47.143]) by fwd75.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1nC3ZW-0nGVGL0; Mon, 24 Jan 2022 18:56:06 +0100 From: Markus Volk To: openembedded-devel@lists.openembedded.org Cc: Markus Volk Subject: [meta-gnome][PATCH] folks: add PACKAGECONFIG for import_tool and inspect_tool Date: Mon, 24 Jan 2022 18:55:53 +0100 Message-Id: <20220124175553.11567-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1643046966-000184BD-D5EBF969/0/0 CLEAN NORMAL X-TOI-MSGID: 5aae4115-c83b-4690-9077-642d00abc5ba 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, 24 Jan 2022 17:56:10 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/95042 Signed-off-by: Markus Volk --- meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb index 3e57fbb0d..7dc72f822 100644 --- a/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb +++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb @@ -20,6 +20,8 @@ PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-serv PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false" PACKAGECONFIG[ofono] = "-Dofono_backend=true,-Dofono_backend=false" PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib" +PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false" +PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" PACKAGECONFIG ??= ""