[PATCH openbmc 0/5] prepare for rocket wsgi server
OpenBMC Patches
openbmc-patches at stwcx.xyz
Sat Nov 14 01:30:15 AEDT 2015
https://github.com/openbmc/openbmc/pull/80
Brad Bishop (5):
Add python-email-utils-standalone recipe
Add python-wsgiref-standalone
Add python-rocket recipe
Refactor bottle recipe
Pull in rocket and bottle
.../common/recipes-devtools/python/bottle.inc | 18 --
.../common/recipes-devtools/python/bottle/LICENSE | 19 --
.../python/bottle/json-format.patch | 31 ----
.../recipes-devtools/python/bottle_0.12.9.bb | 4 -
.../recipes-devtools/python/python-bottle.inc | 26 +++
.../recipes-devtools/python/python-bottle/LICENSE | 19 ++
.../python/python-bottle/json-format.patch | 31 ++++
.../python/python-bottle_0.12.9.bb | 5 +
.../python/python-email-utils-standalone.inc | 29 ++++
.../python/python-email-utils-standalone/LICENSE | 192 +++++++++++++++++++++
.../python-email-utils-standalone/setup.patch | 74 ++++++++
.../python/python-email-utils-standalone_4.0.2.bb | 5 +
.../recipes-devtools/python/python-rocket.inc | 23 +++
.../recipes-devtools/python/python-rocket/LICENSE | 21 +++
.../python/python-rocket/setup.patch | 13 ++
.../recipes-devtools/python/python-rocket_1.2.4.bb | 5 +
.../python/python-wsgiref-standalone.inc | 46 +++++
.../python/python-wsgiref-standalone/LICENSE | 192 +++++++++++++++++++++
.../python/python-wsgiref-standalone_0.1.2.bb | 5 +
.../common/recipes-phosphor/dbus/obmc-rest.bb | 2 +
20 files changed, 688 insertions(+), 72 deletions(-)
delete mode 100644 meta-phosphor/common/recipes-devtools/python/bottle.inc
delete mode 100644 meta-phosphor/common/recipes-devtools/python/bottle/LICENSE
delete mode 100644 meta-phosphor/common/recipes-devtools/python/bottle/json-format.patch
delete mode 100644 meta-phosphor/common/recipes-devtools/python/bottle_0.12.9.bb
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-bottle.inc
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-bottle/LICENSE
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-bottle/json-format.patch
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-bottle_0.12.9.bb
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-email-utils-standalone.inc
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-email-utils-standalone/LICENSE
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-email-utils-standalone/setup.patch
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-email-utils-standalone_4.0.2.bb
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-rocket.inc
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-rocket/LICENSE
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-rocket/setup.patch
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-rocket_1.2.4.bb
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-wsgiref-standalone.inc
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-wsgiref-standalone/LICENSE
create mode 100644 meta-phosphor/common/recipes-devtools/python/python-wsgiref-standalone_0.1.2.bb
--
2.6.3
More information about the openbmc
mailing list