nginx-1.21.1: Drop reference to removed patch

Align to commit 8e297cdc84
("nginx: Remove obsolete patch") by removing reference to
removed patch file. By doing so we mitigate the following
BitBake complaint:

  WARNING: .../meta-openembedded/meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb: Unable to get checksum for nginx SRC_URI entry 0001-HTTP-2-per-iteration-stream-handling-limit.patch: file could not be found

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Niko Mauno
2024-06-19 13:11:05 +00:00
committed by Armin Kuster
parent 54ee078a4c
commit 38a07ce40e
@@ -1,7 +1,5 @@
require nginx.inc require nginx.inc
SRC_URI += "file://0001-HTTP-2-per-iteration-stream-handling-limit.patch"
# 1.20.x branch is the current stable branch, the recommended default # 1.20.x branch is the current stable branch, the recommended default
# 1.21.x is the current mainline branches containing all new features # 1.21.x is the current mainline branches containing all new features
DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE = "-1"