[oe] [meta-webserver][PATCH 0/2] nginx: make mainline and stable version available

Pascal Bach pascal.bach at siemens.com
Tue Feb 16 11:40:43 UTC 2016


Nginx has two supported branches, mainline and stable.
Currently meta-webserver contains the mainline version (1.9.x) of nginx.
For embedded system it might however be more appropriate to use the stable version (1.8.x)
which only receives security updates and bugfixes.

This changeset restructures the nginx recipe to provide recipes for both 1.8 and 1.9 branches.

Pascal Bach (2):
  nginx: split parts out of the recipe into nginx.inc
  nginx: add stable version 1.8.1 as alternative to the mainline version
    1.9.x

 meta-webserver/recipes-httpd/nginx/nginx.inc       | 136 +++++++++++++++++++++
 meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb  |   4 +
 meta-webserver/recipes-httpd/nginx/nginx_1.9.10.bb | 136 +--------------------
 3 files changed, 141 insertions(+), 135 deletions(-)
 create mode 100644 meta-webserver/recipes-httpd/nginx/nginx.inc
 create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.8.1.bb

-- 
2.1.4




More information about the Openembedded-devel mailing list