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-support | |
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-support')
-rw-r--r-- | meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb | 1 |
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)." |
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" |