From patchwork Sun Sep 17 18:28: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: 30605 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 2DB56CD13D2 for ; Sun, 17 Sep 2023 18:28:45 +0000 (UTC) Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by mx.groups.io with SMTP id smtpd.web11.35235.1694975323431458416 for ; Sun, 17 Sep 2023 11:28:43 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); 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 fwd84.aul.t-online.de (fwd84.aul.t-online.de [10.223.144.110]) by mailout01.t-online.de (Postfix) with SMTP id C5CA211AF9 for ; Sun, 17 Sep 2023 20:28:40 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([79.219.232.208]) by fwd84.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1qhwVa-1kKic00; Sun, 17 Sep 2023 20:28:38 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Subject: [oe-core][PATCH 4/4] maintainers.inc: add missing entries for appstream and libxmlb Date: Sun, 17 Sep 2023 20:28:26 +0200 Message-ID: <20230917182829.2153680-4-f_l_k@t-online.de> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230917182829.2153680-1-f_l_k@t-online.de> References: <20230917182829.2153680-1-f_l_k@t-online.de> MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1694975318-2B024649-80156203/0/0 CLEAN NORMAL X-TOI-MSGID: d29a515c-9a23-46c0-b414-a14e4190d198 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 ; Sun, 17 Sep 2023 18:28:45 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/187810 Signed-off-by: Markus Volk --- meta/conf/distro/include/maintainers.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 3619588ae6..4caf137b5d 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -38,6 +38,7 @@ RECIPE_MAINTAINER:pn-alsa-tools = "Michael Opdenacker " RECIPE_MAINTAINER:pn-libxml-simple-perl = "Tim Orling " RECIPE_MAINTAINER:pn-libxml2 = "Hongxu Jia " +RECIPE_MAINTAINER:pn-libxmlb = "Markus Volk " RECIPE_MAINTAINER:pn-libxmu = "Unassigned " RECIPE_MAINTAINER:pn-libxpm = "Unassigned " RECIPE_MAINTAINER:pn-libxrandr = "Unassigned "