diff options
author | Jef Driesen <jefdriesen@telenet.be> | 2025-01-31 16:01:22 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-02-04 14:51:19 -0800 |
commit | a141d3dc33a7c3aa935bcba907155f73ea9b9e6b (patch) | |
tree | a247a1960e6e4b3bce9468e5eee3d813c0254008 | |
parent | 00d8602dfd2ccfd97a4798393b39a5b07bdf6043 (diff) | |
download | meta-openembedded-a141d3dc33a7c3aa935bcba907155f73ea9b9e6b.tar.gz |
nginx: fix the tarball and license checksums
The nginx upgrade in commit 6eef5e3efb0a871622d2ea5eeb016b61d46f722c
added an incorrect tarball checksum and didn't update the license
checksum, resulting in build failures.
Signed-off-by: Jef Driesen <jefdriesen@telenet.be>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb index 1cd036bb45..5ea2f5726e 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.25.4.bb | |||
@@ -4,7 +4,7 @@ require nginx.inc | |||
4 | # 1.25.x is the current mainline branches containing all new features | 4 | # 1.25.x is the current mainline branches containing all new features |
5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=79ad2eb837299421c4435dedc8897b3d" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a6547d7e5628787ee2a9c5a3480eb628" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "c8b288cd8a25628a167a874261069302f3cd7548" | 9 | SRC_URI[sha256sum] = "760729901acbaa517996e681ee6ea259032985e37c2768beef80df3a877deed9" |
10 | 10 | ||