mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
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>
This commit is contained in:
parent
6b2b98e52d
commit
c1330b1f53
|
@ -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 <stefan.wiehler@missinglinkelectronics.com>"
|
||||
HOMEPAGE = "https://stiffstream.com/en/products/restinio.html"
|
||||
SECTION = "libs"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 <wildfire@progsoc.uts.edu.au>"
|
||||
HOMEPAGE = "http://www.progsoc.org/~wildfire/zeroconf/"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4 \
|
||||
|
|
|
@ -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 <stefan.wiehler@missinglinkelectronics.com>"
|
||||
HOMEPAGE = "https://github.com/nodejs/http-parser"
|
||||
SECTION = "libs"
|
||||
LICENSE = "MIT"
|
||||
|
|
Loading…
Reference in New Issue
Block a user