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 /meta-networking/recipes-connectivity/restinio | |
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>
Diffstat (limited to 'meta-networking/recipes-connectivity/restinio')
-rw-r--r-- | meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb | 1 |
1 files changed, 0 insertions, 1 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" |