From 0330cdf2c1b4494568de8785ac56ca734616e196 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 23 Aug 2017 15:20:48 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb') 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" SRCNAME = "uwsgi" SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \ + file://Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ + file://more-Add-explicit-breaks-to-avoid-implicit-passthrough.patch \ " SRCREV="af44211739136e22471a2897383f34586284bf86" -- cgit v1.2.3-54-g00ecf