diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-08-03 10:48:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-03 09:14:20 -0700 |
commit | c1330b1f5335e1d1e55d9e4a672182d581a04b8c (patch) | |
tree | 295887cf5619d1b46a034520e460a04822ac6352 | |
parent | 6b2b98e52de31019dec2a7d70a5a8c37c750601d (diff) | |
download | meta-openembedded-c1330b1f5335e1d1e55d9e4a672182d581a04b8c.tar.gz |
remove unused AUTHOR variable
No longer used in generating packages
Also creates a possible confusion with the recipe maintainer
name.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
5 files changed, 0 insertions, 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 03eff43dd2..9239bd81c2 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" | |||
2 | DESCRIPTION = "Cross-platform, efficient, customizable, and robust \ | 2 | DESCRIPTION = "Cross-platform, efficient, customizable, and robust \ |
3 | asynchronous HTTP/WebSocket server C++14 library with the \ | 3 | asynchronous HTTP/WebSocket server C++14 library with the \ |
4 | right balance between performance and ease of use" | 4 | right balance between performance and ease of use" |
5 | AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>" | ||
6 | HOMEPAGE = "https://stiffstream.com/en/products/restinio.html" | 5 | HOMEPAGE = "https://stiffstream.com/en/products/restinio.html" |
7 | SECTION = "libs" | 6 | SECTION = "libs" |
8 | LICENSE = "BSD-3-Clause" | 7 | 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 adc2a72eeb..fe9c038f5c 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 @@ | |||
1 | SUMMARY = "A client for the Cisco3000 VPN Concentrator" | 1 | SUMMARY = "A client for the Cisco3000 VPN Concentrator" |
2 | HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/" | 2 | HOMEPAGE = "http://www.unix-ag.uni-kl.de/~massar/vpnc/" |
3 | AUTHOR = "Maurice Massar vpnc@unix-ag.uni-kl.de" | ||
4 | SECTION = "net" | 3 | SECTION = "net" |
5 | LICENSE = "GPL-2.0-or-later" | 4 | LICENSE = "GPL-2.0-or-later" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=173b74cb8ac640a9992c03f3bce22a33" | 5 | 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 a83dad350f..65bf91c7eb 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" | |||
2 | DESCRIPTION = "This daemon is similar to NetworkManager-dispatcher, but is much \ | 2 | DESCRIPTION = "This daemon is similar to NetworkManager-dispatcher, but is much \ |
3 | more limited in the types of events it supports due to the limited nature of \ | 3 | more limited in the types of events it supports due to the limited nature of \ |
4 | systemd-networkd(8)." | 4 | systemd-networkd(8)." |
5 | AUTHOR = "Clayton Craft and others" | ||
6 | 5 | ||
7 | LICENSE = "GPL-3.0-only" | 6 | LICENSE = "GPL-3.0-only" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" | 7 | 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 0b9e05b324..c53d1b8052 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 \ | |||
7 | are normally attached to each Ethernet device in your computer. \ | 7 | are normally attached to each Ethernet device in your computer. \ |
8 | Addresses are assigned randomly by each host and, in case of collision, \ | 8 | Addresses are assigned randomly by each host and, in case of collision, \ |
9 | both hosts (are supposed to) renumber." | 9 | both hosts (are supposed to) renumber." |
10 | AUTHOR = "Anand Kumria <wildfire@progsoc.uts.edu.au>" | ||
11 | HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/" | 10 | HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/" |
12 | LICENSE = "GPL-2.0-or-later" | 11 | LICENSE = "GPL-2.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \ | 12 | 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 d4f76850d3..528289b7fd 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 \ | |||
6 | interrupted at anytime. Depending on your architecture, it \ | 6 | interrupted at anytime. Depending on your architecture, it \ |
7 | only requires about 40 bytes of data per message stream (in a \ | 7 | only requires about 40 bytes of data per message stream (in a \ |
8 | web server that is per connection)." | 8 | web server that is per connection)." |
9 | AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>" | ||
10 | HOMEPAGE = "https://github.com/nodejs/http-parser" | 9 | HOMEPAGE = "https://github.com/nodejs/http-parser" |
11 | SECTION = "libs" | 10 | SECTION = "libs" |
12 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |