summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-06-02 11:56:40 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-06-02 11:56:40 -0400
commit303fa20e91431f9dec5a068066aabeb1926cbec7 (patch)
tree49cc808d99084b659b749c71f30adaa918d16a28
parent8f41c662a2408e68e842298995fa3c0c44119413 (diff)
downloadmeta-cloud-services-303fa20e91431f9dec5a068066aabeb1926cbec7.tar.gz
uwsgi: fix uuid/uuid.h build error
uwsgi needs uuid/uuid.h to be present, otherwise we get the following build error: | In file included from core/utils.c:1:0: | ./uwsgi.h:188:23: fatal error: uuid/uuid.h: No such file or directory | #include <uuid/uuid.h> | ^ | compilation terminated. Adding a e2fsprogs dependency gets the header file properly installed before the build starts. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
index dba9bce..e8c0fb4 100644
--- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
+++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
@@ -17,6 +17,7 @@ S = "${WORKDIR}/git"
17inherit setuptools 17inherit setuptools
18 18
19DEPENDS += " \ 19DEPENDS += " \
20 e2fsprogs \
20 python-pip \ 21 python-pip \
21 python-six \ 22 python-six \
22 " 23 "