From c1330b1f5335e1d1e55d9e4a672182d581a04b8c Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 3 Aug 2023 10:48:35 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-networking/recipes-support') 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 \ 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 " HOMEPAGE = "https://github.com/nodejs/http-parser" SECTION = "libs" LICENSE = "MIT" -- cgit v1.2.3-54-g00ecf