From patchwork Mon Jun 3 05:59:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Volk X-Patchwork-Id: 44602 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 D1B13C25B76 for ; Mon, 3 Jun 2024 05:58:44 +0000 (UTC) Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by mx.groups.io with SMTP id smtpd.web10.76864.1717394319283146518 for ; Sun, 02 Jun 2024 22:58:39 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: t-online.de, ip: 194.25.134.22, mailfrom: f_l_k@t-online.de) Received: from fwd76.aul.t-online.de (fwd76.aul.t-online.de [10.223.144.102]) by mailout12.t-online.de (Postfix) with SMTP id 8D4789755 for ; Mon, 3 Jun 2024 07:58:37 +0200 (CEST) Received: from intel-corei7-64.fritz.box ([84.163.35.204]) by fwd76.t-online.de with (TLSv1.3:TLS_AES_256_GCM_SHA384 encrypted) esmtp id 1sE0iL-2O8gYT0; Mon, 3 Jun 2024 07:58:37 +0200 From: Markus Volk To: openembedded-core@lists.openembedded.org Subject: [oe-core][PATCH] xcb-util-errors: add recipe Date: Mon, 3 Jun 2024 07:59:22 +0200 Message-ID: <20240603055922.3150-1-f_l_k@t-online.de> X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 X-TOI-EXPURGATEID: 150726::1717394317-957F9ED6-763FA109/0/0 CLEAN NORMAL X-TOI-MSGID: b357ae38-2fe5-45eb-8c52-994f0b33475b 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, 03 Jun 2024 05:58:44 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/200234 Signed-off-by: Markus Volk --- meta/conf/distro/include/maintainers.inc | 1 + .../recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 1cb2f708fa..d400f543d8 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -871,6 +871,7 @@ RECIPE_MAINTAINER:pn-xauth = "Unassigned " RECIPE_MAINTAINER:pn-xcb-proto = "Unassigned " RECIPE_MAINTAINER:pn-xcb-util = "Unassigned " RECIPE_MAINTAINER:pn-xcb-util-cursor = "Unassigned " +RECIPE_MAINTAINER:pn-xcb-util-errors = "Markus Volk " RECIPE_MAINTAINER:pn-xcb-util-image = "Unassigned " RECIPE_MAINTAINER:pn-xcb-util-keysyms = "Unassigned " RECIPE_MAINTAINER:pn-xcb-util-renderutil = "Unassigned " diff --git a/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb b/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb new file mode 100644 index 0000000000..b563cc7feb --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb @@ -0,0 +1,10 @@ +require recipes-graphics/xorg-lib/xcb-util.inc + +SUMMARY = "xcb-util-errors gives human readable names to error codes and event codes" + +DEPENDS += "xcb-util python3 xorgproto" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=c90ee77011043c608617f5323a523726" + +SRC_URI[sha256sum] = "5628c87b984259ad927bacd8a42958319c36bdf4b065887803c9d820fb80f357"