diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-06-19 13:11:05 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-06-27 11:20:56 -0400 |
| commit | 38a07ce40ec6b167d135467aa9737c36a674b60e (patch) | |
| tree | e8bb612e4f6c2e1d4f9bf6076a5994d8936e6e0d /meta-webserver | |
| parent | 54ee078a4c2831a857333abd93020d24ed4dda71 (diff) | |
| download | meta-openembedded-38a07ce40ec6b167d135467aa9737c36a674b60e.tar.gz | |
nginx-1.21.1: Drop reference to removed patch
Align to commit 8e297cdc841c6cad34097f00a6903ba25edfc153
("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>
Diffstat (limited to 'meta-webserver')
| -rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb index 73b5c93c90..b69fd7dab0 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | require nginx.inc | 1 | require nginx.inc |
| 2 | 2 | ||
| 3 | SRC_URI += "file://0001-HTTP-2-per-iteration-stream-handling-limit.patch" | ||
| 4 | |||
| 5 | # 1.20.x branch is the current stable branch, the recommended default | 3 | # 1.20.x branch is the current stable branch, the recommended default |
| 6 | # 1.21.x is the current mainline branches containing all new features | 4 | # 1.21.x is the current mainline branches containing all new features |
| 7 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
