mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
nginx: add stable version 1.8.1 as alternative to the mainline version 1.9.x
The 1.8 branch is the current stable branch of nginx. This means the branch doesn't get new features, but is still supported with bugfixes. Depending on the use case it is more suitable to use on an embedded device than the 1.9 branch which adds new features with every release. Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
This commit is contained in:
parent
d5eec8b7f3
commit
6605e7f52f
|
|
@ -6,7 +6,7 @@ concurrency, performance and low memory usage."
|
|||
|
||||
HOMEPAGE = "http://nginx.org/"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0bb58ed0dfd4f5dbece3b52aba79f023"
|
||||
|
||||
SECTION = "net"
|
||||
|
||||
DEPENDS = "libpcre gzip openssl"
|
||||
|
|
|
|||
6
meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb
Normal file
6
meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
require nginx.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3845852aedfa8d6d7765f55d06cc3ebd"
|
||||
|
||||
SRC_URI[md5sum] = "2e91695074dbdfbf1bcec0ada9fda462"
|
||||
SRC_URI[sha256sum] = "8f4b3c630966c044ec72715754334d1fdf741caa1d5795fb4646c27d09f797b7"
|
||||
|
|
@ -1,5 +1,7 @@
|
|||
require nginx.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0bb58ed0dfd4f5dbece3b52aba79f023"
|
||||
|
||||
SRC_URI[md5sum] = "0afe4a7e589a0de43b7b54aa055a4351"
|
||||
SRC_URI[sha256sum] = "1af2eb956910ed4b11aaf525a81bc37e135907e7127948f9179f5410337da042"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user