From patchwork Thu Aug 3 08:48:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 28351 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 2A845C41513 for ; Thu, 3 Aug 2023 08:48:57 +0000 (UTC) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by mx.groups.io with SMTP id smtpd.web10.9666.1691052529095303683 for ; Thu, 03 Aug 2023 01:48:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=CE3WCkjw; spf=pass (domain: bootlin.com, ip: 217.70.183.200, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 6C96B2000E; Thu, 3 Aug 2023 08:48:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691052526; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=cYjnfxYyQE14OaqhliK9NscdLPIibZxI6h5IcHqNKrw=; b=CE3WCkjwabb+JQPeKYBtjCLHy2K7+Vn4+Ge82osPjewNjhUHDjFAQJs7vZAV3hGiqpzrxq hfJN+WDGjW74H5xNvuvvkAHEwlcX2Cy9E9ykPNiID/s0ld6oPe5lonHNhpwjImVbyB+2sr IxlYLufz2fyYoTaYii0MOsdUdpaqiCjLpNuNh3tNUP+9Pf2g7pdfvEPv1qibaoUQZt4Qqs dTHLRxzEINfixZqHQyxiYEfEqn2CNmg3jWBdoGXSQaEWCI8wk5yNoKh6T3tz8TKJ6CUrb4 L/KOVIiAu/TJ2FPHhJ8HtVkY4TzeVvjGS0T55bKwJTz+sWQt1/NOi2a7Cp6tGA== From: michael.opdenacker@bootlin.com To: openembedded-devel@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH 1/7] [meta-python] remove unused AUTHOR variable Date: Thu, 3 Aug 2023 10:48:33 +0200 Message-Id: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com 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 ; Thu, 03 Aug 2023 08:48:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104211 From: Michael Opdenacker No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker --- meta-python/recipes-devtools/python/pyrtm_0.4.2.bb | 1 - meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb | 1 - meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb | 1 - .../recipes-devtools/python/python3-google-api-core_2.11.1.bb | 1 - .../recipes-devtools/python/python3-google-auth_2.22.0.bb | 1 - .../python/python3-googleapis-common-protos_1.59.1.bb | 1 - meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb | 1 - meta-python/recipes-devtools/python/python3-inotify_git.bb | 1 - meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb | 1 - .../recipes-devtools/python/python3-ipython-genutils_0.2.0.bb | 1 - meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb | 1 - meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb | 1 - .../recipes-devtools/python/python3-marshmallow_3.19.0.bb | 1 - meta-python/recipes-devtools/python/python3-parso_0.8.3.bb | 1 - meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb | 1 - meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb | 1 - .../recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb | 1 - meta-python/recipes-devtools/python/python3-rsa_4.9.bb | 1 - .../recipes-devtools/python/python3-service-identity_21.1.0.bb | 1 - meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb | 1 - meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb | 1 - meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb | 1 - .../recipes-devtools/python/python3-uefi-firmware_1.10.bb | 1 - meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb | 1 - meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb | 1 - 26 files changed, 26 deletions(-) diff --git a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb index 71e932bb0..940758646 100644 --- a/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb +++ b/meta-python/recipes-devtools/python/pyrtm_0.4.2.bb @@ -1,5 +1,4 @@ SUMMARY = "Python interface for Remember The Milk API" -AUTHOR = "Sridhar Ratnakumar / srid" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df" diff --git a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb index 02ace02a3..01dfe5154 100644 --- a/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb +++ b/meta-python/recipes-devtools/python/python3-asyncio-glib_0.1.bb @@ -1,5 +1,4 @@ SUMMARY = "An implementation of the Python 3 asyncio event loop on top of GLib" -AUTHOR = "James Henstridge" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" diff --git a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb index 434ab57c5..d1ac486c0 100644 --- a/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-backcall_0.2.0.bb @@ -1,6 +1,5 @@ SUMMARY = "Specifications for callback functions passed in to an API" HOMEPAGE = "https://github.com/takluyver/backcall" -AUTHOR = "Thomas Kluyver " LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=40e56b724d016484a7f790ec826d3ffc" diff --git a/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb b/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb index a4d59913f..b2ad991f5 100644 --- a/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitstring_4.0.2.bb @@ -1,6 +1,5 @@ SUMMARY = "Simple construction, analysis and modification of binary data." HOMEPAGE = "https://github.com/scott-griffiths/bitstring" -AUTHOR = "Scott Griffiths " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=661f450e2c0aef39b4b15597333444a7" diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb index 8ac34e639..de2bd3d12 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.11.1.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Google API client core library" HOMEPAGE = "https://github.com/googleapis/python-api-core" -AUTHOR = "Google LLC" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" diff --git a/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb b/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb index ff3f422f3..23def6c52 100644 --- a/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-auth_2.22.0.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Google Authentication Library" HOMEPAGE = "https://github.com/googleapis/google-auth-library-python" -AUTHOR = "Google Cloud Platform" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb index 802a43499..a6b3d4eac 100644 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.59.1.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Common protobufs used in Google APIs" HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" -AUTHOR = "Google LLC" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb index f833e6903..ea8c18562 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.0.1.bb @@ -1,5 +1,4 @@ SUMMARY = "Python bindings for libgpiod." -AUTHOR = "Bartosz Golaszewski " LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0" # The actual license files live in the upstream libgpiod from which the pypi diff --git a/meta-python/recipes-devtools/python/python3-inotify_git.bb b/meta-python/recipes-devtools/python/python3-inotify_git.bb index 15fb92eed..9e35c7ba5 100644 --- a/meta-python/recipes-devtools/python/python3-inotify_git.bb +++ b/meta-python/recipes-devtools/python/python3-inotify_git.bb @@ -1,5 +1,4 @@ SUMMARY = "An adapter to Linux kernel support for inotify directory-watching." -AUTHOR = "Dustin Oprea" HOMEPAGE = "https://pypi.org/project/inotify/" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://setup.py;md5=79b7ec72aa0d446a552d3cceb5799e41;beginline=28;endline=28" diff --git a/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb b/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb index 9a8e6f7da..58af7b77a 100644 --- a/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb +++ b/meta-python/recipes-devtools/python/python3-iperf_0.1.11.bb @@ -1,6 +1,5 @@ SUMMARY = "Python wrapper around iperf3" HOMEPAGE = "https://github.com/thiezn/iperf3-python" -AUTHOR = "Mathijs Mortimer " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f7d0900b3d30647cdda002c9549ca40f" diff --git a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb index 2a28cf9ec..8725150e4 100644 --- a/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython-genutils_0.2.0.bb @@ -1,6 +1,5 @@ SUMMARY = "Vestigial utilities from IPython" HOMEPAGE = "http://ipython.org" -AUTHOR = "IPython Development Team " LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.md;md5=f7c3032c3ac398265224533a0a333a35" diff --git a/meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb b/meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb index 83af99a4a..dece1d7e3 100644 --- a/meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb +++ b/meta-python/recipes-devtools/python/python3-ipython_8.14.0.bb @@ -1,6 +1,5 @@ SUMMARY = "IPython: Productive Interactive Computing" HOMEPAGE = "https://ipython.org" -AUTHOR = "The IPython Development Team " LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f" diff --git a/meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb b/meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb index 41063d2ad..884928084 100644 --- a/meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb +++ b/meta-python/recipes-devtools/python/python3-jedi_0.18.2.bb @@ -1,6 +1,5 @@ SUMMARY = "An autocompletion tool for Python that can be used for text editors." HOMEPAGE = "https://github.com/davidhalter/jedi" -AUTHOR = "David Halter " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5ed06eebfcb244cd66ebf6cef9c23ab4" diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb index 91f6462b3..f6ea2e184 100644 --- a/meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb +++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb @@ -1,6 +1,5 @@ SUMMARY = "Simplified object serialization in python" DESCRIPTION = "Marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes." -AUTHOR = "Marius Kriegerowski " HOMEPAGE = "https://github.com/marshmallow-code/marshmallow" LICENSE = "MIT" LIC_FILES_CHKSUM = "\ diff --git a/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb b/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb index e14f28ad0..ce3471da6 100644 --- a/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb +++ b/meta-python/recipes-devtools/python/python3-parso_0.8.3.bb @@ -1,6 +1,5 @@ SUMMARY = "A Python Parser" HOMEPAGE = "https://github.com/davidhalter/parso" -AUTHOR = "David Halter " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cbaa2675b2424d771451332a7a69503f" diff --git a/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb b/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb index 826091308..bb16c78ce 100644 --- a/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb +++ b/meta-python/recipes-devtools/python/python3-pickleshare_0.7.5.bb @@ -1,6 +1,5 @@ SUMMARY = "Tiny 'shelve'-like database with concurrency support" HOMEPAGE = "https://github.com/pickleshare/pickleshare" -AUTHOR = "Ville Vainio " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=905c08218089ffebea3a64c82fc4d7d0" diff --git a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb index d88790144..7c1675004 100644 --- a/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyfanotify_0.2.0.bb @@ -1,6 +1,5 @@ SUMMARY = "Python wrapper for Linux fanotify." HOMEPAGE = "https://github.com/baskiton/pyfanotify" -AUTHOR = "Alexander Baskikh" SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=636a36c9df04efcfacf839b8866d9a37" diff --git a/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb index 466e01d91..2534c1c62 100644 --- a/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-toolbelt_1.0.0.bb @@ -1,6 +1,5 @@ DESCRIPTION = "A utility belt for advanced users of python-requests." HOMEPAGE = "https://toolbelt.readthedocs.org" -AUTHOR = "Ian Cordasco, Cory Benfield" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=6f14302a4b4099009ab38b4dde5f1075" diff --git a/meta-python/recipes-devtools/python/python3-rsa_4.9.bb b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb index ed5018f49..0a1e359e1 100644 --- a/meta-python/recipes-devtools/python/python3-rsa_4.9.bb +++ b/meta-python/recipes-devtools/python/python3-rsa_4.9.bb @@ -1,6 +1,5 @@ SUMMARY = "Pure-Python RSA implementation" SECTION = "devel/python" -AUTHOR = "Sybren A. Stuvel" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c403f6882d4f97a9cd927df987d55634" diff --git a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb index 2d4145ef1..c3c26dda3 100644 --- a/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-service-identity_21.1.0.bb @@ -1,6 +1,5 @@ DESCRIPTION = "The tools for verifying whether a certificate is valid for the intended purposes." HOMEPAGE = "https://pypi.org/project/service-identity" -AUTHOR = "Hynek Schlawack" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8a0f079f4e6a215d6bd6f9d97cab4d5f" diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb index ee4ac64c3..fc2527144 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.9.0.bb @@ -1,6 +1,5 @@ SUMMARY = "Traitlets Python config system" HOMEPAGE = "http://ipython.org" -AUTHOR = "IPython Development Team " LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://COPYING.md;md5=f17a3ba4cd59794dd6e005c8e150aef0" diff --git a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb b/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb index 6f31aea0e..6622f6220 100644 --- a/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-trustme_0.9.0.bb @@ -1,6 +1,5 @@ DESCRIPTION = "A utility provides a fake certificate authority (CA)" HOMEPAGE = "https://pypi.org/project/trustme" -AUTHOR = "Nathaniel J. Smith" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=d5a7af1a4b73e57431e25d15a2da745a" diff --git a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb index a117f1720..d579ca044 100644 --- a/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-txdbus_1.1.2.bb @@ -1,5 +1,4 @@ SUMMARY = "A native Python implementation of the DBus protocol for Twisted applications." -AUTHOR = "Tom Cocagne" HOMEPAGE = "https://pypi.org/project/txdbus/" SECTION = "devel/python" LICENSE = "MIT" diff --git a/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb b/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb index 7db7c8059..539366c0d 100644 --- a/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb +++ b/meta-python/recipes-devtools/python/python3-uefi-firmware_1.10.bb @@ -4,7 +4,6 @@ UEFI firmware parser is a simple module and set of scripts for parsing, \ extracting, and recreating UEFI firmware volumes. This includes parsing \ modules for BIOS, OptionROM, Intel ME and other formats too." HOMEPAGE = "https://github.com/theopolis/uefi-firmware-parser" -AUTHOR = "Teddy Reed " LICENSE = "BSD-2-Clause & BSD-3-Clause" LIC_FILES_CHKSUM = "file://setup.py;md5=90fa5bae1547550f1c1993f651eda955" diff --git a/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb b/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb index eaf8bda84..3c41b1eb4 100644 --- a/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-uritemplate_4.1.1.bb @@ -2,7 +2,6 @@ # https://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/tree/meta-openstack/recipes-devtools/python/python3-uritemplate_3.0.0.bb?h=master SUMMARY = "Simple python library to deal with URI Templates." -AUTHOR = "Ian Cordasco" LICENSE = "Apache-2.0 | BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=0f6d769bdcfacac3c1a1ffa568937fe0" diff --git a/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb b/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb index aadf8b7f4..a1f3957ad 100644 --- a/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-xmltodict_0.13.0.bb @@ -1,5 +1,4 @@ SUMMARY = "Makes working with XML feel like you are working with JSON" -AUTHOR = "Martin Blech" HOMEPAGE = "https://github.com/martinblech/xmltodict" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=01441d50dc74476db58a41ac10cb9fa2" From patchwork Thu Aug 3 08:48:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 28349 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 2BDB9C00528 for ; Thu, 3 Aug 2023 08:48:57 +0000 (UTC) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by mx.groups.io with SMTP id smtpd.web10.9667.1691052531696160233 for ; Thu, 03 Aug 2023 01:48:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=BF4yLTlj; spf=pass (domain: bootlin.com, ip: 217.70.183.201, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 13A6E1BF207; Thu, 3 Aug 2023 08:48:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691052529; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+oJCn7Z58UaCElKAKgcC8KLrYz8gel6pj1Bkf55ycd8=; b=BF4yLTljy/owwRaJ8fBDfsOjlu5xutRB3RhMFAEOufLPYWfJCrqaHFnkpCpGanbDAgCNr2 wUmBP25P1LE8+ZvO/XQ3A5MKQGBD7AHueR3VgULEcAHHQTOjNjcomRyO++J6Jbc40Yl4Ik Z0CKV0yHDzCGrdwDtUf0tlhHoPPnWbbUc0jGLTD+EnwvFj/FIv/6x2HBBfYKSFIwwHn67E d1hos0kAO6eLL+ai5JhM6jUgxRDFTISzXWskBpjC0qq/0l/AadN0Lw7SVkhy6Wl6tX7oeb uHnsOwJ9WxYa+IV0s8KCm17x2DFGVncaYm71Py4CwmC/ni9kV/50mrT+P3djBg== From: michael.opdenacker@bootlin.com To: openembedded-devel@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH 2/7] [meta-oe] remove unused AUTHOR variable Date: Thu, 3 Aug 2023 10:48:34 +0200 Message-Id: <20230803084839.3012610-2-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> References: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com 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 ; Thu, 03 Aug 2023 08:48:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104212 From: Michael Opdenacker No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker --- .../gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb | 1 - meta-oe/recipes-benchmark/iozone3/iozone3_506.bb | 1 - meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb | 1 - meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb | 1 - meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb | 1 - meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb | 1 - meta-oe/recipes-devtools/cloc/cloc_1.94.bb | 1 - meta-oe/recipes-devtools/guider/guider_3.9.8.bb | 1 - meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb | 1 - meta-oe/recipes-extended/haveged/haveged_1.9.18.bb | 1 - meta-oe/recipes-extended/md5deep/md5deep_git.bb | 1 - meta-oe/recipes-extended/tmate/tmate_2.4.0.bb | 1 - meta-oe/recipes-graphics/fbida/fbida_git.bb | 1 - meta-oe/recipes-graphics/feh/feh_3.10.bb | 1 - meta-oe/recipes-graphics/lvgl/dialog-lvgl_git.bb | 1 - meta-oe/recipes-graphics/openbox/obconf_git.bb | 1 - meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb | 1 - meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb | 1 - meta-oe/recipes-graphics/tslib/tslib_1.22.bb | 1 - meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | 1 - meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb | 1 - meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb | 1 - meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb | 1 - .../recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb | 1 - meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb | 1 - meta-oe/recipes-graphics/yad/yad_6.0.bb | 1 - meta-oe/recipes-support/anthy/anthy_9100h.bb | 1 - meta-oe/recipes-support/asio/asio_1.28.0.bb | 1 - meta-oe/recipes-support/boost-sml/boost-sml_git.bb | 1 - meta-oe/recipes-support/ceres-solver/ceres-solver_2.1.0.bb | 1 - meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb | 1 - meta-oe/recipes-support/edid-decode/edid-decode_git.bb | 1 - meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb | 1 - meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb | 1 - meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb | 1 - meta-oe/recipes-support/libgpiod/libgpiod.inc | 1 - meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb | 1 - meta-oe/recipes-support/librsync/librsync_2.3.4.bb | 1 - meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb | 1 - meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb | 1 - meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb | 1 - meta-oe/recipes-support/serial-utils/pty-forward-native.bb | 1 - meta-oe/recipes-support/serial-utils/serial-forward_git.bb | 1 - meta-oe/recipes-support/spitools/spitools_git.bb | 1 - meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb | 1 - meta-oe/recipes-test/bats/bats_1.10.0.bb | 1 - meta-oe/recipes-test/catch2/catch2_2.13.7.bb | 1 - meta-oe/recipes-test/evtest/evtest_1.35.bb | 1 - 48 files changed, 48 deletions(-) diff --git a/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb b/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb index 90d688090..ac197a631 100644 --- a/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb +++ b/meta-oe/dynamic-layers/gnome-layer/recipes-graphics/openbox/openbox-xdgmenu_0.3.bb @@ -1,5 +1,4 @@ SUMMARY = "Openbox configuration tool" -AUTHOR = "Siegfried Gevatter" HOMEPAGE = "https://launchpad.net/openbox-xdgmenu/" SECTION = "x11/wm" LICENSE = "GPL-3.0-or-later" diff --git a/meta-oe/recipes-benchmark/iozone3/iozone3_506.bb b/meta-oe/recipes-benchmark/iozone3/iozone3_506.bb index 3b6df0b30..5a1306b6f 100644 --- a/meta-oe/recipes-benchmark/iozone3/iozone3_506.bb +++ b/meta-oe/recipes-benchmark/iozone3/iozone3_506.bb @@ -1,6 +1,5 @@ SUMMARY = "Filesystem and Disk Benchmarking Tool" HOMEPAGE = "http://www.iozone.org/" -AUTHOR = "Don Capps , William D. Norcott " SECTION = "console/tests" LICENSE = "iozone3" LIC_FILES_CHKSUM = "file://iozone.c;beginline=37;endline=48;md5=7331260091868dcad0f9edea735b5f4b \ diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb index d181eb3b0..705e54f7c 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.14.bb @@ -8,7 +8,6 @@ other parameters." HOMEPAGE = "http://software.es.net/iperf/" SECTION = "console/network" BUGTRACKER = "https://github.com/esnet/iperf/issues" -AUTHOR = "ESNET , Lawrence Berkeley National Laboratory " LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=dc6301c8256ceb8f71c9e3c2ae9096b9" diff --git a/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb b/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb index 972232347..b32f37153 100644 --- a/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb +++ b/meta-oe/recipes-benchmark/qperf/qperf_0.4.11.bb @@ -1,7 +1,6 @@ SUMMARY = "Measure socket and RDMA performance" DESCRIPTION = "qperf measures bandwidth and latency between two nodes." HOMEPAGE = "https://github.com/linux-rdma/qperf" -AUTHOR = "Johann George" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb index dd273e24d..492de65a8 100644 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb @@ -1,5 +1,4 @@ SUMMARY = "NVMe management command line interface" -AUTHOR = "Stefan Wiehler " HOMEPAGE = "https://github.com/linux-nvme/nvme-cli" SECTION = "console/utils" LICENSE = "GPL-2.0-only & CC0-1.0 & MIT" diff --git a/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb b/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb index 200f75166..8bf7981ab 100644 --- a/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb +++ b/meta-oe/recipes-devtools/cjson/cjson_1.7.15.bb @@ -1,5 +1,4 @@ DESCRIPTION = "Ultralightweight JSON parser in ANSI C" -AUTHOR = "Dave Gamble" HOMEPAGE = "https://github.com/DaveGamble/cJSON" SECTION = "libs" LICENSE = "MIT" diff --git a/meta-oe/recipes-devtools/cloc/cloc_1.94.bb b/meta-oe/recipes-devtools/cloc/cloc_1.94.bb index 2f92d8100..37a21cc3a 100644 --- a/meta-oe/recipes-devtools/cloc/cloc_1.94.bb +++ b/meta-oe/recipes-devtools/cloc/cloc_1.94.bb @@ -1,6 +1,5 @@ SUMMARY = "Count blank lines, comment lines, and physical lines of source code \ in many programming languages." -AUTHOR = "Al Danial" LICENSE="GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" diff --git a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb index 30d17c84b..15d43e979 100644 --- a/meta-oe/recipes-devtools/guider/guider_3.9.8.bb +++ b/meta-oe/recipes-devtools/guider/guider_3.9.8.bb @@ -1,7 +1,6 @@ SUMMARY = "performance analyzer" HOMEPAGE = "https://github.com/iipeace/guider" BUGTRACKER = "https://github.com/iipeace/guider/issues" -AUTHOR = "Peace Lee " LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=2c1c00f9d3ed9e24fa69b932b7e7aff2" diff --git a/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb index a743e7252..6b6acf1be 100644 --- a/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb +++ b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb @@ -1,5 +1,4 @@ SUMMARY = "Terminal based 'The Matrix' screen implementation" -AUTHOR = "Abishek V Ashok" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" diff --git a/meta-oe/recipes-extended/haveged/haveged_1.9.18.bb b/meta-oe/recipes-extended/haveged/haveged_1.9.18.bb index 069fdf7bc..97c354aba 100644 --- a/meta-oe/recipes-extended/haveged/haveged_1.9.18.bb +++ b/meta-oe/recipes-extended/haveged/haveged_1.9.18.bb @@ -1,7 +1,6 @@ SUMMARY = "haveged - A simple entropy daemon" DESCRIPTION = "The haveged project is an attempt to provide an easy-to-use, unpredictable random number generator based upon an adaptation of the HAVEGE algorithm. Haveged was created to remedy low-entropy conditions in the Linux random device that can occur under some workloads, especially on headless servers." -AUTHOR = "Gary Wuertz" HOMEPAGE = "https://www.issihosts.com/haveged/index.html" LICENSE = "GPL-3.0-only" diff --git a/meta-oe/recipes-extended/md5deep/md5deep_git.bb b/meta-oe/recipes-extended/md5deep/md5deep_git.bb index 3cbe785a5..b1a38cf6f 100644 --- a/meta-oe/recipes-extended/md5deep/md5deep_git.bb +++ b/meta-oe/recipes-extended/md5deep/md5deep_git.bb @@ -1,6 +1,5 @@ SUMMARY = "md5deep and hashdeep to compute and audit hashsets of amounts of files." DESCRIPTION = "md5deep is a set of programs to compute MD5, SHA-1, SHA-256, Tiger, or Whirlpool message digests on an arbitrary number of files. This package also includes hashdeep which is also able to audit hashsets." -AUTHOR = "Jesse Kornblum, Simson L. Garfinkel" HOMEPAGE = "http://md5deep.sourceforge.net" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=9190f660105b9a56cdb272309bfd5491" diff --git a/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb b/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb index 6dc5c0c7e..53030f277 100644 --- a/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb +++ b/meta-oe/recipes-extended/tmate/tmate_2.4.0.bb @@ -1,6 +1,5 @@ SUMMARY = "Instant terminal sharing" DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution." -AUTHOR = "Marius Kriegerowski " HOMEPAGE = "https://tmate.io/" LICENSE = "ISC" LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb" diff --git a/meta-oe/recipes-graphics/fbida/fbida_git.bb b/meta-oe/recipes-graphics/fbida/fbida_git.bb index ebf88cd0e..65c9041a3 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_git.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_git.bb @@ -2,7 +2,6 @@ SUMMARY = "Framebuffer image and doc viewer tools" DESCRIPTION = "The fbida project contains a few applications for viewing and editing images, \ with the main focus being photos." HOMEPAGE = "https://www.kraxel.org/blog/linux/fbida/" -AUTHOR = "Gerd Hoffmann" SECTION = "utils" LICENSE = "GPL-2.0-only" diff --git a/meta-oe/recipes-graphics/feh/feh_3.10.bb b/meta-oe/recipes-graphics/feh/feh_3.10.bb index 0f0e61893..ec18f11aa 100644 --- a/meta-oe/recipes-graphics/feh/feh_3.10.bb +++ b/meta-oe/recipes-graphics/feh/feh_3.10.bb @@ -1,5 +1,4 @@ SUMMARY = "X11 image viewer aimed mostly at console users" -AUTHOR = "Tom Gilbert & Daniel Friesel" HOMEPAGE = "https://feh.finalrewind.org/" SECTION = "x11/utils" LICENSE = "MIT" diff --git a/meta-oe/recipes-graphics/lvgl/dialog-lvgl_git.bb b/meta-oe/recipes-graphics/lvgl/dialog-lvgl_git.bb index 9e820d0db..139aa479b 100644 --- a/meta-oe/recipes-graphics/lvgl/dialog-lvgl_git.bb +++ b/meta-oe/recipes-graphics/lvgl/dialog-lvgl_git.bb @@ -9,7 +9,6 @@ SRCREV = "cdf8d38acca87e871c3a488fd07f1e4779590f8e" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8ce0a84e5276f01364119c873b712c4f" -AUTHOR = "Philippe Coval " DEPENDS += "lvgl" DEPENDS += "lv-drivers" diff --git a/meta-oe/recipes-graphics/openbox/obconf_git.bb b/meta-oe/recipes-graphics/openbox/obconf_git.bb index 053af5a77..efffd962d 100644 --- a/meta-oe/recipes-graphics/openbox/obconf_git.bb +++ b/meta-oe/recipes-graphics/openbox/obconf_git.bb @@ -1,5 +1,4 @@ SUMMARY = "Openbox configuration tool" -AUTHOR = "Dana Jansens & Tim Riley & Javeed Shaikh" HOMEPAGE = "http://openbox.org/wiki/ObConf:About" SECTION = "x11/wm" LICENSE = "GPL-2.0-or-later" diff --git a/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb b/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb index 225619ed6..039816e4a 100644 --- a/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb +++ b/meta-oe/recipes-graphics/qrencode/qrencode_4.1.1.bb @@ -1,5 +1,4 @@ SUMMARY = "C library for encoding data in a QR Code symbol" -AUTHOR = "Kentaro Fukuchi" HOMEPAGE = "http://fukuchi.org/works/qrencode/" SECTION = "libs" LICENSE = "LGPL-2.1-only" diff --git a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb index 7eddf1da4..65cafab9e 100644 --- a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb +++ b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.49.1.bb @@ -2,7 +2,6 @@ SUMMARY = "Terminus fonts packages (console and X11)" DESCRIPTION = "Terminus Font is a clean, fixed width bitmap font, designed for \ long (8 and more hours per day) work with computers." HOMEPAGE = "http://terminus-font.sourceforge.net/" -AUTHOR = "Dimitar Zhekov" SECTION = "fonts" LICENSE = "OFL-1.1" diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb index cb2563225..01da03a47 100644 --- a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb +++ b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb @@ -5,7 +5,6 @@ Tslib is generally used on embedded devices to provide a common user \ space interface to touchscreen functionality." HOMEPAGE = "http://tslib.org/" -AUTHOR = "Martin Kepplinger " SECTION = "base" LICENSE = "LGPL-2.0-or-later & GPL-2.0-or-later" LIC_FILES_CHKSUM = "\ diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb index 945a5f3a8..5a403f077 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb @@ -3,7 +3,6 @@ require ttf.inc SUMMARY = "Sazanami Gothic/Mincho Japanese TrueType fonts" SUMMARY:ttf-sazanami-gothic = "Sazanami Gothic Japanese TrueType font" SUMMARY:ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font" -AUTHOR = "Electronic Font Open Laboratory (/efont/)" HOMEPAGE = "http://sourceforge.jp/projects/efont/" LICENSE = "PD" LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0" diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb index 3dad36840..461e3def7 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-tlwg_0.6.1.bb @@ -1,7 +1,6 @@ require ttf.inc SUMMARY = "Thai Linux Working Group Fonts" -AUTHOR = "Thai Linux Working Group" HOMEPAGE = "http://linux.thai.net/projects/fonts-tlwg" LICENSE = "GPL-2.0-only & TLWG" LIC_FILES_CHKSUM = "file://../fonts-tlwg-${PV}/COPYING;md5=3d20cd7eadf4afd5460c0adb32e387fd" diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb index 6b79eb919..4cc5afd4a 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-vlgothic_20200720.bb @@ -1,7 +1,6 @@ require ttf.inc SUMMARY = "Japanese TrueType fonts from Vine Linux" -AUTHOR = "Contributor: noonov " HOMEPAGE = "http://vlgothic.dicey.org/" LICENSE = "ttf-mplus & BSD-3-Clause" diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb index bc14febad..21897a758 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.9.45.bb @@ -1,7 +1,6 @@ require ttf.inc SUMMARY = "WenQuanYi Zen Hei - A Hei-Ti Style Chinese font" -AUTHOR = "Qianqian Fang and The WenQuanYi Project Contributors" HOMEPAGE = "http://wenq.org/" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=cf540fc7d35b5777e36051280b3a911c" diff --git a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb index f3602f194..e80aebc89 100644 --- a/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb +++ b/meta-oe/recipes-graphics/unclutter-xfixes/unclutter-xfixes_1.6.bb @@ -1,6 +1,5 @@ SUMMARY = "Remove idle cursor image from screen." DESCRIPTION = "This is a rewrite of the popular tool unclutter, but using the x11-xfixes extension." -AUTHOR = "Ingo Bürk" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b25d2c4cca175f44120d1b8e67cb358d" diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb index 5f7c0beb6..92b3ac5f6 100644 --- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb +++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.16.bb @@ -2,7 +2,6 @@ SUMMARY = "Exports your X session or FrameBuffer(fbdev) on-the-fly via VNC" HOMEPAGE = "http://www.karlrunge.com/x11vnc/" SECTION = "x11/utils" -AUTHOR = "Karl Runge" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://src/x11vnc.h;endline=31;md5=e871a2ad004776794b616822dcab6314" diff --git a/meta-oe/recipes-graphics/yad/yad_6.0.bb b/meta-oe/recipes-graphics/yad/yad_6.0.bb index 40fccbdc1..9e46215fd 100644 --- a/meta-oe/recipes-graphics/yad/yad_6.0.bb +++ b/meta-oe/recipes-graphics/yad/yad_6.0.bb @@ -1,6 +1,5 @@ SUMMARY = "Yet Another Dialog" DESCRIPTION = "Program allowing you to display GTK+ dialog boxes from command line or shell scripts." -AUTHOR = "Victor Ananjevsky" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" diff --git a/meta-oe/recipes-support/anthy/anthy_9100h.bb b/meta-oe/recipes-support/anthy/anthy_9100h.bb index 2a6cfb571..f2bf52cdb 100644 --- a/meta-oe/recipes-support/anthy/anthy_9100h.bb +++ b/meta-oe/recipes-support/anthy/anthy_9100h.bb @@ -1,5 +1,4 @@ DESCRIPTION="Anthy is a system for Japanese input method. It converts Hiragana text to Kana Kanji mixed text." -AUTHOR = "Anthy Developers " HOMEPAGE = "http://anthy.sourceforge.jp" LICENSE = "LGPL-2.1-only & GPL-2.0-only" diff --git a/meta-oe/recipes-support/asio/asio_1.28.0.bb b/meta-oe/recipes-support/asio/asio_1.28.0.bb index ae721263d..84074400a 100644 --- a/meta-oe/recipes-support/asio/asio_1.28.0.bb +++ b/meta-oe/recipes-support/asio/asio_1.28.0.bb @@ -2,7 +2,6 @@ SUMMARY = "Asio is C++ library for network and low-level I/O programming" DESCRIPTION = "Asio is a cross-platform C++ library for network and low-level \ I/O programming that provides developers with a consistent asynchronous \ model using a modern C++ approach." -AUTHOR = "Christopher M. Kohlhoff (chris at kohlhoff dot com)" HOMEPAGE = "http://think-async.com/Asio" SECTION = "libs" LICENSE = "BSL-1.0" diff --git a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb b/meta-oe/recipes-support/boost-sml/boost-sml_git.bb index a06122a64..18dc8851a 100644 --- a/meta-oe/recipes-support/boost-sml/boost-sml_git.bb +++ b/meta-oe/recipes-support/boost-sml/boost-sml_git.bb @@ -1,6 +1,5 @@ SUMMARY = "[Boost::ext].SML (State Machine Language)" DESCRIPTION = "Your scalable C++14 one header only State Machine Library with no dependencies" -AUTHOR = "Krzysztof Jusiak" HOMEPAGE = "https://github.com/boost-ext/sml" BUGTRACKER = "https://github.com/boost-ext/sml/issues" SECTION = "libs" diff --git a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.1.0.bb b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.1.0.bb index 2b74ad845..d3c6b421e 100644 --- a/meta-oe/recipes-support/ceres-solver/ceres-solver_2.1.0.bb +++ b/meta-oe/recipes-support/ceres-solver/ceres-solver_2.1.0.bb @@ -1,5 +1,4 @@ DESCRIPTION = "Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems." -AUTHOR = "Sameer Agarwal and Keir Mierle and Others" HOMEPAGE = "http://ceres-solver.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=bb761279816b72be19d7ce646e4e2a14" diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb index 7f80a3053..17547ca83 100644 --- a/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb +++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.11.bb @@ -1,5 +1,4 @@ DESCRIPTION = "USB Device Firmware Upgrade utility" -AUTHOR = "Harald Welte " HOMEPAGE = "http://dfu-util.sourceforge.net" SECTION = "devel" LICENSE = "GPL-2.0-only" diff --git a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb index 91570b6f3..c1f512160 100644 --- a/meta-oe/recipes-support/edid-decode/edid-decode_git.bb +++ b/meta-oe/recipes-support/edid-decode/edid-decode_git.bb @@ -1,6 +1,5 @@ SUMMARY = "Decode EDID data in human-readable format" DESCRIPTION = "edid-decode decodes EDID monitor description data in human-readable format." -AUTHOR = "Hans Verkuil " HOMEPAGE = "https://hverkuil.home.xs4all.nl/edid-decode/edid-decode.html" SECTION = "console/utils" diff --git a/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb b/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb index 91e5b55be..c7a487ba5 100644 --- a/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb +++ b/meta-oe/recipes-support/hidapi/hidapi_0.14.0.bb @@ -1,5 +1,4 @@ SUMMARY = "A Simple library for communicating with USB and Bluetooth HID devices" -AUTHOR = "Alan Ott" HOMEPAGE = "http://www.signal11.us/oss/hidapi/" SECTION = "libs" diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb index 281de522b..8a0ae17ad 100644 --- a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb +++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb @@ -1,5 +1,4 @@ SUMMARY = "Command line tools and C library providing a simple interface to inotify" -AUTHOR = "Rohan McGovern " HOMEPAGE = "http://wiki.github.com/rvoicilas/inotify-tools" SECTION = "console/devel" LICENSE = "GPL-2.0-only" diff --git a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb index 1cae76b42..28305c985 100644 --- a/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb +++ b/meta-oe/recipes-support/libeigen/libeigen_3.4.0.bb @@ -1,5 +1,4 @@ DESCRIPTION = "Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms." -AUTHOR = "Benoît Jacob and Gaël Guennebaud and others" HOMEPAGE = "http://eigen.tuxfamily.org/" LICENSE = "MPL-2.0 & Apache-2.0 & BSD-3-Clause & GPL-3.0-only & LGPL-2.1-only & MINPACK" LIC_FILES_CHKSUM = "file://COPYING.MPL2;md5=815ca599c9df247a0c7f619bab123dad \ diff --git a/meta-oe/recipes-support/libgpiod/libgpiod.inc b/meta-oe/recipes-support/libgpiod/libgpiod.inc index cb19bc5fb..0eda47bba 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod.inc +++ b/meta-oe/recipes-support/libgpiod/libgpiod.inc @@ -1,5 +1,4 @@ SUMMARY = "C library and tools for interacting with the linux GPIO character device" -AUTHOR = "Bartosz Golaszewski " RECIPE_MAINTAINER = "Bartosz Golaszewski " inherit autotools pkgconfig ptest diff --git a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb index 06536ca70..4d4a5ff10 100644 --- a/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb +++ b/meta-oe/recipes-support/libmimetic/libmimetic_0.9.8.bb @@ -2,7 +2,6 @@ SUMMARY = "Mimetic Library for multi-part parsing" DESCRIPTION = "Email library (MIME) written in C++ designed to be easy to use and integrate but yet fast and efficient." -AUTHOR = "Stefano Barbato " HOMEPAGE = "http://www.codesink.org/mimetic_mime_library.html" BUGTRACKER = "https://github.com/LadislavSopko/mimetic/issues" diff --git a/meta-oe/recipes-support/librsync/librsync_2.3.4.bb b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb index cb30f4c31..3cad66538 100644 --- a/meta-oe/recipes-support/librsync/librsync_2.3.4.bb +++ b/meta-oe/recipes-support/librsync/librsync_2.3.4.bb @@ -1,5 +1,4 @@ SUMMARY = "Remote delta-compression library." -AUTHOR = "Martin Pool, Andrew Tridgell, Donovan Baarda, Adam Schubert" LICENSE = "LGPL-2.1-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" diff --git a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb index 240583911..b61fb026c 100644 --- a/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb +++ b/meta-oe/recipes-support/pxaregs/pxaregs_1.14.bb @@ -1,7 +1,6 @@ SUMMARY = "Tool to display and modify PXA registers at runtime" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://pxaregs.c;endline=12;md5=668d061b7637acc68cb8071c9be372e6" -AUTHOR = "Holger Schurig " HOMEPAGE = "http://www.mn-logistik.de/unsupported/pxa250/" SRC_URI = "file://pxaregs.c \ diff --git a/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb b/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb index 1aa492c31..28da51a21 100644 --- a/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb +++ b/meta-oe/recipes-support/read-edid/read-edid_3.0.2.bb @@ -3,7 +3,6 @@ DESCRIPTION = "read-edid is a set of two tools - get-edid, which gets the raw \ EDID information from the monitor, and parse-edid, which turns \ the raw binary information into a xorg.conf-compatible monitor \ section." -AUTHOR = "Stefan Wiehler " HOMEPAGE = "http://www.polypux.org/projects/read-edid/" SECTION = "console/utils" LICENSE = "read-edid" diff --git a/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb b/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb index 4c3436823..c038966ba 100644 --- a/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb +++ b/meta-oe/recipes-support/reboot-mode/reboot-mode_git.bb @@ -1,5 +1,4 @@ SUMMARY = "Reboot the device to a specific mode." -AUTHOR = "Daniele Debernardi " LICENSE = "GPL-3.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb index 71588abd3..2fe61e6f5 100644 --- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb +++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb @@ -1,5 +1,4 @@ SUMMARY = "Receive a forwarded serial from serial-forward and provide a PTY" -AUTHOR = "Holger 'Zecke' Freyther" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" SECTION = "console/network" diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb index fe5cfc0f4..84bb25e4c 100644 --- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb @@ -1,5 +1,4 @@ SUMMARY = "Forward a serial using TCP/IP" -AUTHOR = "Holger 'Zecke' Freyther'" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" SECTION = "console/devel" diff --git a/meta-oe/recipes-support/spitools/spitools_git.bb b/meta-oe/recipes-support/spitools/spitools_git.bb index c190d7edf..1e3d6beaf 100644 --- a/meta-oe/recipes-support/spitools/spitools_git.bb +++ b/meta-oe/recipes-support/spitools/spitools_git.bb @@ -1,6 +1,5 @@ DESCRIPTION = "This package contains some simple command line tools to help using Linux spidev devices" HOMEPAGE = "https://github.com/cpb-/spi-tools" -AUTHOR = "Christophe BLAESS" LICENSE="GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=8c16666ae6c159876a0ba63099614381" diff --git a/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb b/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb index 9bf380924..2961e449f 100644 --- a/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb +++ b/meta-oe/recipes-support/zchunk/zchunk_1.3.1.bb @@ -1,5 +1,4 @@ DESCRIPTION = "A file format designed for highly efficient deltas while maintaining good compression" -AUTHOR = "Jonathan Dieter" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=daf6e68539f564601a5a5869c31e5242" diff --git a/meta-oe/recipes-test/bats/bats_1.10.0.bb b/meta-oe/recipes-test/bats/bats_1.10.0.bb index 0fb624e0d..d2a93e190 100644 --- a/meta-oe/recipes-test/bats/bats_1.10.0.bb +++ b/meta-oe/recipes-test/bats/bats_1.10.0.bb @@ -1,7 +1,6 @@ SUMMARY = "Bash Automated Testing System" DESCRIPTION = "Bats is a TAP-compliant testing framework for Bash. It \ provides a simple way to verify that the UNIX programs you write behave as expected." -AUTHOR = "Sam Stephenson & bats-core organization" HOMEPAGE = "https://github.com/bats-core/bats-core" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=2970203aedf9e829edb96a137a4fe81b" diff --git a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb index ed50f659d..1dd082fa8 100644 --- a/meta-oe/recipes-test/catch2/catch2_2.13.7.bb +++ b/meta-oe/recipes-test/catch2/catch2_2.13.7.bb @@ -1,6 +1,5 @@ DESCRIPTION = "A modern, C++-native, header-only, test framework for unit-tests, \ TDD and BDD - using C++11, C++14, C++17 and later." -AUTHOR = "Phil Nash, Martin Horenovsky and others" HOMEPAGE = "https://github.com/catchorg/Catch2" LICENSE = "BSL-1.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e4224ccaecb14d942c71d31bef20d78c" diff --git a/meta-oe/recipes-test/evtest/evtest_1.35.bb b/meta-oe/recipes-test/evtest/evtest_1.35.bb index 51af9997f..52f684ce5 100644 --- a/meta-oe/recipes-test/evtest/evtest_1.35.bb +++ b/meta-oe/recipes-test/evtest/evtest_1.35.bb @@ -1,6 +1,5 @@ SUMMARY = "Simple tool for input event debugging" HOMEPAGE = "http://people.freedesktop.org/~whot/evtest/" -AUTHOR = "Vojtech Pavlik " SECTION = "console/utils" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" From patchwork Thu Aug 3 08:48:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 28348 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 21078C04A6A for ; Thu, 3 Aug 2023 08:48:57 +0000 (UTC) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by mx.groups.io with SMTP id smtpd.web11.9948.1691052532898171169 for ; Thu, 03 Aug 2023 01:48:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=nq/KaxVN; spf=pass (domain: bootlin.com, ip: 217.70.183.197, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 620D01C0011; Thu, 3 Aug 2023 08:48:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691052530; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VDeREQyXYdvLfgSuIYJXb3st2MkRVXV9BQRG1e0vnIs=; b=nq/KaxVNXuabSIkO9VNtsa8zL13D0Sg9+/9kcEWNlPbOKRb7SbeL0mudKQgsriB2N68725 i3jBFq0MdccDO8gakWYPImVUsyBgCz0SEZ9/6a5eAVc6MHXT88CfY6AZc0bIC5gmVJnAFK x+dPeuV4PpXqK4zD2fc7AxVhNi81UBwMMIH6GC0giYXHwztgUEkdFhUOUliR7fxO20VdEA NJ5yK5MWpAdENWd3HPE4dNtYx5KGeULchTavtD0PRRCVgBGON0GWFrlHdVWlQBzIDPVigB Z+fu3XtFpdLMvLP96YcaeKfIyxugiOLGg37fU46IsYhcOqgl7AQDykXYj+b9Ew== From: michael.opdenacker@bootlin.com To: openembedded-devel@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH 3/7] [meta-networking] remove unused AUTHOR variable Date: Thu, 3 Aug 2023 10:48:35 +0200 Message-Id: <20230803084839.3012610-3-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> References: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com 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 ; Thu, 03 Aug 2023 08:48:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104213 From: Michael Opdenacker No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker --- meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb | 1 - meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb | 1 - .../networkd-dispatcher/networkd-dispatcher_2.1.bb | 1 - meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb | 1 - meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb | 1 - 5 files changed, 5 deletions(-) diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb index 03eff43dd..9239bd81c 100644 --- a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb +++ b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb @@ -2,7 +2,6 @@ SUMMARY = "Header-only C++14 library that gives you an embedded HTTP server" DESCRIPTION = "Cross-platform, efficient, customizable, and robust \ asynchronous HTTP/WebSocket server C++14 library with the \ right balance between performance and ease of use" -AUTHOR = "Stefan Wiehler " HOMEPAGE = "https://stiffstream.com/en/products/restinio.html" SECTION = "libs" LICENSE = "BSD-3-Clause" diff --git a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb index adc2a72ee..fe9c038f5 100644 --- a/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb +++ b/meta-networking/recipes-connectivity/vpnc/vpnc_0.5.3.bb @@ -1,6 +1,5 @@ SUMMARY = "A client for the Cisco3000 VPN Concentrator" HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/" -AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de" SECTION = "net" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb index a83dad350..65bf91c7e 100644 --- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb +++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb @@ -2,7 +2,6 @@ SUMMARY = "Dispatcher service for systemd-networkd connection status changes" DESCRIPTION = "This daemon is similar to NetworkManager-dispatcher, but is much \ more limited in the types of events it supports due to the limited nature of \ systemd-networkd(8)." -AUTHOR = "Clayton Craft and others" LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" diff --git a/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb b/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb index 0b9e05b32..c53d1b805 100644 --- a/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb +++ b/meta-networking/recipes-protocols/zeroconf/zeroconf_0.9.bb @@ -7,7 +7,6 @@ These addresses are allocated from the 169.254.0.0/16 address range and \ are normally attached to each Ethernet device in your computer. \ Addresses are assigned randomly by each host and, in case of collision, \ both hosts (are supposed to) renumber." -AUTHOR = "Anand Kumria " HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/" LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \ diff --git a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb index d4f76850d..528289b7f 100644 --- a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb +++ b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb @@ -6,7 +6,6 @@ DESCRIPTION = "This is a parser for HTTP messages written in C. It parses \ interrupted at anytime. Depending on your architecture, it \ only requires about 40 bytes of data per message stream (in a \ web server that is per connection)." -AUTHOR = "Stefan Wiehler " HOMEPAGE = "https://github.com/nodejs/http-parser" SECTION = "libs" LICENSE = "MIT" From patchwork Thu Aug 3 08:48:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 28350 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 1E3A9C0015E for ; Thu, 3 Aug 2023 08:48:57 +0000 (UTC) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by mx.groups.io with SMTP id smtpd.web10.9669.1691052533962043339 for ; Thu, 03 Aug 2023 01:48:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=X/iIDmMQ; spf=pass (domain: bootlin.com, ip: 217.70.183.199, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id D45B3FF804; Thu, 3 Aug 2023 08:48:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691052532; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bx9zS7IAInVVTiol0dQJQSmPv/rb12Jr7erPzrYdZy8=; b=X/iIDmMQT4x7JeSaBPUDq2f0VBDzgnCLQbLWCzihhoeT6nyAchVGcLPNPeAQI6s+KE7Ivd pULoarpXer+PvDOIAZaGuXYzEPoYTPXzdCCvubXvl4C60dkE9S9Dbjz+iVhn5KAfyud+ln NzoSToexRiBA6k3vuGeFHiGQceteCVn0CjsD+nqOKRtOvQV9tJ/aJn6XTMLtIR6DIxKSEM Li/UfzqTJmcx893cdY9k8gG6DMVK/AlxRANlLKpXhOfIAzhfRO1RTVmU0rchPVWiNWkVML meV5wi7PJ8n3Oa3XsdRoimbiZtGum7muTEYIie7NvfP5/WBmTEhLLrMhyjUskQ== From: michael.opdenacker@bootlin.com To: openembedded-devel@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH 4/7] [meta-perl] remove unused AUTHOR variable Date: Thu, 3 Aug 2023 10:48:36 +0200 Message-Id: <20230803084839.3012610-4-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> References: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com 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 ; Thu, 03 Aug 2023 08:48:57 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104214 From: Michael Opdenacker No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker --- meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb | 1 - meta-perl/recipes-perl/libencode/libencode-perl_3.19.bb | 1 - meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb | 1 - 3 files changed, 3 deletions(-) diff --git a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb index ae193dbc6..8c31f29b6 100644 --- a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb +++ b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb @@ -1,5 +1,4 @@ SUMMARY = "Encode::Locale - Determine the locale encoding" -AUTHOR = "Gisle Aas " HOMEPAGE = "https://metacpan.org/module/Encode::Locale" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" diff --git a/meta-perl/recipes-perl/libencode/libencode-perl_3.19.bb b/meta-perl/recipes-perl/libencode/libencode-perl_3.19.bb index 79934e222..fd47543a7 100644 --- a/meta-perl/recipes-perl/libencode/libencode-perl_3.19.bb +++ b/meta-perl/recipes-perl/libencode/libencode-perl_3.19.bb @@ -8,7 +8,6 @@ DESCRIPTION = "The \"Encode\" module provides the interfaces between \ Perl's strings and the rest of the system. Perl strings are sequences \ of characters." -AUTHOR = "Dan Kogai " HOMEPAGE = "https://metacpan.org/release/Encode" SECTION = "lib" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" diff --git a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb index 6f3d5ba59..3be2e9275 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb @@ -10,7 +10,6 @@ names.\ Optionally it instantiates those classes for you." SECTION = "libs" -AUTHOR = "Simon Wistow " HOMEPAGE = "https://github.com/simonwistow/Module-Pluggable" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" From patchwork Thu Aug 3 08:48:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 28354 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 EF5CDC0015E for ; Thu, 3 Aug 2023 08:49:06 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by mx.groups.io with SMTP id smtpd.web10.9671.1691052537428321841 for ; Thu, 03 Aug 2023 01:48:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=MK4f5UPV; spf=pass (domain: bootlin.com, ip: 217.70.183.193, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 69091240010; Thu, 3 Aug 2023 08:48:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691052535; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=k47t7Dwd9Iwi9/avzvDXFRQvyRo9nEEjA/IFVTs8ais=; b=MK4f5UPVopzFvKvQS6dej++rl0ExFzm+oyKAvu4eVzDLQincXRUkI8cJx5aXbJvJ3SiknR GgyemXMsLMh4n8l3T+VdPSh+le3inmvlFaGzckBfjiyVH/PsuB8J9kqho3wsXtBsyMJM9c ZBuDL1hafjWPTtqMOo2UWOXd0QOh0T7jSizF1MYTXJ6Huvgg5RNDgqUOKpBuuZDKCWjRwJ TwGjMHvtA+XuHb2928m8bRkZWy5EofSxMTDx8Wia3IiV1U0ZFtiOYCeuxmObyg/yxK5MAS nW3JIEXBn/jMZeqALCnJK5U3+OiUn67IsA3PBVW+ZaRVCFI9vSOijIN9euUsDA== From: michael.opdenacker@bootlin.com To: openembedded-devel@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH 5/7] [meta-filesystems] remove unused AUTHOR variable Date: Thu, 3 Aug 2023 10:48:37 +0200 Message-Id: <20230803084839.3012610-5-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> References: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com 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 ; Thu, 03 Aug 2023 08:49:06 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104215 From: Michael Opdenacker No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker --- .../recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb index f91e682d2..1d07061ff 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.3.bb @@ -1,5 +1,4 @@ SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol using FUSE" -AUTHOR = "Miklos Szeredi " HOMEPAGE = "https://github.com/libfuse/sshfs" SECTION = "console/network" LICENSE = "GPL-2.0-only" From patchwork Thu Aug 3 08:48:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 28352 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 01631C04A6A for ; Thu, 3 Aug 2023 08:49:07 +0000 (UTC) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by mx.groups.io with SMTP id smtpd.web10.9672.1691052538142100635 for ; Thu, 03 Aug 2023 01:48:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=Jh+urcKg; spf=pass (domain: bootlin.com, ip: 217.70.183.199, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9F60FFF80C; Thu, 3 Aug 2023 08:48:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691052536; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3uV8RaGf7MPN4P/Ltc2JOQNiZUM/OupmjdUt8bjhYs0=; b=Jh+urcKg+XOcqdru8K4qBRtorzfUsZJ3ZgtG3ewiSBzSkke/S/nILEtQJQiyH013R7F1xr Ub1uJ5H/2xe/jlwfmx/+H/6DBfxqwTjZBp0cW6Xwyj6HHZHC1zSNYh/TARAzrv05XemVpT u5mJPhf7UO6xVjzc/0TOhhkMN3xscWYqXAO5wkJCb6zN+6W12S6A9SxLX20rT/HvssrgyD 74Nq0SMha3YdHkgJ/KTwC9U+fXdGeRfwT9UCbiiKpovxQbb+ZzGiEkDLv9yVyeWPUmKAPD BYEAWUJbkAvaHYCgoB8HvcopExxmdcwc32rGTMg9raNzbBJesLgdXa3sD4fPKg== From: michael.opdenacker@bootlin.com To: openembedded-devel@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH 6/7] [meta-initramfs] remove unused AUTHOR variable Date: Thu, 3 Aug 2023 10:48:38 +0200 Message-Id: <20230803084839.3012610-6-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> References: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com 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 ; Thu, 03 Aug 2023 08:49:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104216 From: Michael Opdenacker No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker --- meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb index 88f32c818..5c7e84cc9 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb @@ -1,6 +1,5 @@ # the binaries are statically linked against klibc SUMMARY = "Kexec tools, statically compiled against klibc" -AUTHOR = "Eric Biederman" HOMEPAGE = "http://kernel.org/pub/linux/utils/kernel/kexec/" SECTION = "kernel/userland" LICENSE = "GPL-2.0-only" From patchwork Thu Aug 3 08:48:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Opdenacker X-Patchwork-Id: 28353 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 01705C41513 for ; Thu, 3 Aug 2023 08:49:07 +0000 (UTC) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by mx.groups.io with SMTP id smtpd.web11.9949.1691052539134602177 for ; Thu, 03 Aug 2023 01:48:59 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=gm1 header.b=a8dlyW/u; spf=pass (domain: bootlin.com, ip: 217.70.183.193, mailfrom: michael.opdenacker@bootlin.com) Received: by mail.gandi.net (Postfix) with ESMTPSA id 9BB1224000B; Thu, 3 Aug 2023 08:48:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1691052537; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5Tb/qevgBQqj1Bk9ABNZWR7P6wgQMOB4+GFRXxYru3Y=; b=a8dlyW/u3gQOBUJPp6Np0f1GL9k9otfFMBDT8ThUonTZ0GMidin5UPxyWGVTCLbeoNzHCp jHMRodGw1jlVRAQlVftkurUhuGdBwkh7/lhDcYktlMSnlpme0W0MaHX6iSi5kM3kSzHrkR lD6BXMDQRSIWETm6vl9a80bj7zLzZm00S7uiXF1C3TQEs4uuJXTfCZC5z8BYWUQ3diekAQ pAlG32AkSlHclF4iVbuAkbgjGq44Qwv7pW9ArFp5p4ITK5emayfr5jf2XZdFxBpqXNiaEp 4F+DQg5RNLG8kuqH5Y06QDFWSi898+wSsPhlJ2S9eTJBE2XH3mIQiPyiclMDIw== From: michael.opdenacker@bootlin.com To: openembedded-devel@lists.openembedded.org Cc: Michael Opdenacker Subject: [PATCH 7/7] [meta-multimedia] remove unused AUTHOR variable Date: Thu, 3 Aug 2023 10:48:39 +0200 Message-Id: <20230803084839.3012610-7-michael.opdenacker@bootlin.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> References: <20230803084839.3012610-1-michael.opdenacker@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: michael.opdenacker@bootlin.com 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 ; Thu, 03 Aug 2023 08:49:07 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/104217 From: Michael Opdenacker No longer used in generating packages Also creates a possible confusion with the recipe maintainer name. Signed-off-by: Michael Opdenacker --- meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb index 52a672f04..9895e8976 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire-0.2_git.bb @@ -1,5 +1,4 @@ SUMMARY = "Multimedia processing server for Linux" -AUTHOR = "Wim Taymans " HOMEPAGE = "https://pipewire.org" SECTION = "multimedia" LICENSE = "LGPL-2.1-only"