summaryrefslogtreecommitdiffstats
path: root/meta-webserver/recipes-httpd/nginx/nginx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-webserver/recipes-httpd/nginx/nginx.inc')
-rw-r--r--meta-webserver/recipes-httpd/nginx/nginx.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc
index 4a97e2670..51523b606 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"
14SRC_URI = " \ 14SRC_URI = " \
15 http://nginx.org/download/nginx-${PV}.tar.gz \ 15 http://nginx.org/download/nginx-${PV}.tar.gz \
16 file://nginx-cross.patch \ 16 file://nginx-cross.patch \
17 file://0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch \
17 file://nginx.conf \ 18 file://nginx.conf \
18 file://nginx.init \ 19 file://nginx.init \
19 file://nginx-volatile.conf \ 20 file://nginx-volatile.conf \
20 file://nginx.service \ 21 file://nginx.service \
21" 22"
22 23
23inherit update-rc.d useradd systemd 24inherit siteinfo update-rc.d useradd systemd
24 25
25SYSTEMD_SERVICE_${PN} = "nginx.service" 26SYSTEMD_SERVICE_${PN} = "nginx.service"
26 27