summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
index e8c0fb4..7de85e8 100644
--- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
+++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
@@ -14,12 +14,16 @@ SRCREV="7604c6701809602804e3961f7fdb201049b8c993"
14PV="2.0.4+git${SRCPV}" 14PV="2.0.4+git${SRCPV}"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit setuptools 17inherit setuptools pkgconfig
18
19# prevent host contamination and remove local search paths
20export UWSGI_REMOVE_INCLUDES = "/usr/include,/usr/local/include"
18 21
19DEPENDS += " \ 22DEPENDS += " \
20 e2fsprogs \ 23 e2fsprogs \
21 python-pip \ 24 python-pip \
22 python-six \ 25 python-six \
26 yajl \
23 " 27 "
24 28
25# RDEPENDS_default: 29# RDEPENDS_default: