From 945cdceca444d5f9422db43de73e6c3f41c2ba99 Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Mon, 29 May 2017 12:20:00 +0200 Subject: nginx: depend on zlib instead of gzip nginx requires zlib not gzip for compression. Signed-off-by: Pascal Bach Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nginx/nginx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index f98f299262..77d1b323e6 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -9,7 +9,7 @@ LICENSE = "BSD-2-Clause" SECTION = "net" -DEPENDS = "libpcre gzip openssl" +DEPENDS = "libpcre zlib openssl" SRC_URI = " \ http://nginx.org/download/nginx-${PV}.tar.gz \ -- cgit 1.2.3-korg