diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-08-23 15:20:48 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-24 09:58:54 -0400 |
| commit | 0330cdf2c1b4494568de8785ac56ca734616e196 (patch) | |
| tree | 7eb4d52955689e50da215acc0690b2b3216e6a8c /meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | |
| parent | 945e7af04b58cede0c4210b61671886b45b005dc (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 7 | SRCNAME = "uwsgi" | 7 | SRCNAME = "uwsgi" |
| 8 | SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \ | 8 | SRC_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 | ||
| 11 | SRCREV="af44211739136e22471a2897383f34586284bf86" | 13 | SRCREV="af44211739136e22471a2897383f34586284bf86" |
