diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-09 10:05:01 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-09 12:23:58 -0500 |
| commit | eeabc7a45f9463c7862de8392b6c5f121b4c93a6 (patch) | |
| tree | 1c10961218053a23e12b8513b84b85f98a0c1356 /meta-openstack | |
| parent | 5c739403db8224d73fc39b3a64be86a442953c6c (diff) | |
| download | meta-cloud-services-eeabc7a45f9463c7862de8392b6c5f121b4c93a6.tar.gz | |
uwsgi: uprev to the latest
The current version fails to build with the latest gcc, additionally
apache2 in meta-oe has been updated so we should use the latest to
match.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb index b03ca3e..dae288a 100644 --- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb +++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | |||
| @@ -4,14 +4,12 @@ SECTION = "net" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "uwsgi" | 7 | SRCNAME = "uwsgi" |
| 10 | SRC_URI = "git://github.com/unbit/uwsgi.git;branch=master \ | 8 | SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \ |
| 11 | " | 9 | " |
| 12 | 10 | ||
| 13 | SRCREV="7604c6701809602804e3961f7fdb201049b8c993" | 11 | SRCREV="af44211739136e22471a2897383f34586284bf86" |
| 14 | PV="2.0.4+git${SRCPV}" | 12 | PV="2.0.14+git${SRCPV}" |
| 15 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 16 | 14 | ||
| 17 | inherit setuptools pkgconfig | 15 | inherit setuptools pkgconfig |
