summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-23 23:04:03 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-23 23:04:03 -0400
commitada14e305a593fd2445b2080acb2c97c6ee49882 (patch)
treed5c13561bfec67922f0f0cf10560da89e0538eae /meta-openstack
parent496304e28096f01657d1160507b1df4bf50d538f (diff)
downloadmeta-cloud-services-ada14e305a593fd2445b2080acb2c97c6ee49882.tar.gz
uwsgi: introduce application server
While other wsgi integrations are possible (apache, nginx), barbican is developed and supported via uwsgi. So we integrate uwsgi, with the default configuration capable of acting as a gateway for python applications. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
new file mode 100644
index 0000000..dba9bce
--- /dev/null
+++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "An unladen web framework for building APIs and app backends."
2HOMEPAGE = "http://projects.unbit.it/uwsgi/"
3SECTION = "net"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f"
6
7PR = "r0"
8
9SRCNAME = "uwsgi"
10SRC_URI = "git://github.com/unbit/uwsgi.git;branch=master \
11"
12
13SRCREV="7604c6701809602804e3961f7fdb201049b8c993"
14PV="2.0.4+git${SRCPV}"
15S = "${WORKDIR}/git"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 python-six \
22 "
23
24# RDEPENDS_default:
25RDEPENDS_${PN} += " \
26 "