From 81ba3a4aca8b3cc152dc82fd8eae33a34a66f654 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 2 Jun 2014 11:56:40 -0400 Subject: 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 | ^ | compilation terminated. Adding a e2fsprogs dependency gets the header file properly installed before the build starts. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack') 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" inherit setuptools DEPENDS += " \ + e2fsprogs \ python-pip \ python-six \ " -- cgit v1.2.3-54-g00ecf