summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-08-03 10:48:35 +0200
committerKhem Raj <raj.khem@gmail.com>2023-08-03 09:14:20 -0700
commitc1330b1f5335e1d1e55d9e4a672182d581a04b8c (patch)
tree295887cf5619d1b46a034520e460a04822ac6352 /meta-networking/recipes-support
parent6b2b98e52de31019dec2a7d70a5a8c37c750601d (diff)
downloadmeta-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-support')
-rw-r--r--meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb1
1 files changed, 0 insertions, 1 deletions
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)."
9AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>"
10HOMEPAGE = "https://github.com/nodejs/http-parser" 9HOMEPAGE = "https://github.com/nodejs/http-parser"
11SECTION = "libs" 10SECTION = "libs"
12LICENSE = "MIT" 11LICENSE = "MIT"