From c0b74f42e00c84ba8419bc28de564cfa5c8d7987 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 1 Dec 2017 10:42:48 -0500 Subject: nginx: correctly set the endianness of the target Add an inherit for siteinfo to get access to SITEINFO_ENDIANNESS Add a patch to have nginx actually use the user provided --with-endian Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-webserver/recipes-httpd/nginx/nginx.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-webserver/recipes-httpd/nginx/nginx.inc') diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 4a97e2670d..51523b606f 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc @@ -14,13 +14,14 @@ DEPENDS = "libpcre zlib openssl" SRC_URI = " \ http://nginx.org/download/nginx-${PV}.tar.gz \ file://nginx-cross.patch \ + file://0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch \ file://nginx.conf \ file://nginx.init \ file://nginx-volatile.conf \ file://nginx.service \ " -inherit update-rc.d useradd systemd +inherit siteinfo update-rc.d useradd systemd SYSTEMD_SERVICE_${PN} = "nginx.service" -- cgit 1.2.3-korg