diff options
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx.inc | 2 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb | 6 | ||||
-rw-r--r-- | meta-webserver/recipes-httpd/nginx/nginx_1.9.12.bb | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/meta-webserver/recipes-httpd/nginx/nginx.inc b/meta-webserver/recipes-httpd/nginx/nginx.inc index 53e32352d..2169b67c5 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx.inc +++ b/meta-webserver/recipes-httpd/nginx/nginx.inc | |||
@@ -6,7 +6,7 @@ concurrency, performance and low memory usage." | |||
6 | 6 | ||
7 | HOMEPAGE = "http://nginx.org/" | 7 | HOMEPAGE = "http://nginx.org/" |
8 | LICENSE = "BSD-2-Clause" | 8 | LICENSE = "BSD-2-Clause" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0bb58ed0dfd4f5dbece3b52aba79f023" | 9 | |
10 | SECTION = "net" | 10 | SECTION = "net" |
11 | 11 | ||
12 | DEPENDS = "libpcre gzip openssl" | 12 | DEPENDS = "libpcre gzip openssl" |
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb new file mode 100644 index 000000000..089f547e8 --- /dev/null +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | require nginx.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3845852aedfa8d6d7765f55d06cc3ebd" | ||
4 | |||
5 | SRC_URI[md5sum] = "2e91695074dbdfbf1bcec0ada9fda462" | ||
6 | SRC_URI[sha256sum] = "8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7" | ||
diff --git a/meta-webserver/recipes-httpd/nginx/nginx_1.9.12.bb b/meta-webserver/recipes-httpd/nginx/nginx_1.9.12.bb index 821a28c9f..6c9064600 100644 --- a/meta-webserver/recipes-httpd/nginx/nginx_1.9.12.bb +++ b/meta-webserver/recipes-httpd/nginx/nginx_1.9.12.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require nginx.inc | 1 | require nginx.inc |
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0bb58ed0dfd4f5dbece3b52aba79f023" | ||
4 | |||
3 | SRC_URI[md5sum] = "0afe4a7e589a0de43b7b54aa055a4351" | 5 | SRC_URI[md5sum] = "0afe4a7e589a0de43b7b54aa055a4351" |
4 | SRC_URI[sha256sum] = "1af2eb956910ed4b11aaf525a81bc37e135907e7127948f9179f5410337da042" | 6 | SRC_URI[sha256sum] = "1af2eb956910ed4b11aaf525a81bc37e135907e7127948f9179f5410337da042" |
5 | 7 | ||