summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-08-23 15:20:48 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-24 09:58:54 -0400
commit0330cdf2c1b4494568de8785ac56ca734616e196 (patch)
tree7eb4d52955689e50da215acc0690b2b3216e6a8c /meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
parent945e7af04b58cede0c4210b61671886b45b005dc (diff)
downloadmeta-cloud-services-0330cdf2c1b4494568de8785ac56ca734616e196.tar.gz
uwsgi: fixups for gcc 7.x
Apply several upstream patches to fixup fallthrough switch statements. This fixes build failures such as: | core/hash.c:44:13: error: this statement may fall through [-Werror=implicit-fallthrough=] | h ^= key[2] << 16; | ~~^~~~~~~~~~~~~~~ | core/hash.c:45:7: note: here | case 2: | ^~~~ Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb')
-rw-r--r--meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
index dae288a..f0c535f 100644
--- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
+++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f"
6 6
7SRCNAME = "uwsgi" 7SRCNAME = "uwsgi"
8SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \ 8SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \
9 file://Add-explicit-breaks-to-avoid-implicit-passthrough.patch \
10 file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \
9" 11"
10 12
11SRCREV="af44211739136e22471a2897383f34586284bf86" 13SRCREV="af44211739136e22471a2897383f34586284bf86"