All of lore.kernel.org
 help / color / mirror / Atom feed
* [mcs][PATCH] uwsgi: uprev to the latest
@ 2017-01-09 15:05 Mark Asselstine
  2017-01-09 17:24 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Asselstine @ 2017-01-09 15:05 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

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>
---
 meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | 8 +++-----
 1 file 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"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=33ab1ce13e2312dddfad07f97f66321f"
 
-PR = "r0"
-
 SRCNAME = "uwsgi"
-SRC_URI = "git://github.com/unbit/uwsgi.git;branch=master \
+SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0 \
 "
 
-SRCREV="7604c6701809602804e3961f7fdb201049b8c993"
-PV="2.0.4+git${SRCPV}"
+SRCREV="af44211739136e22471a2897383f34586284bf86"
+PV="2.0.14+git${SRCPV}"
 S = "${WORKDIR}/git"
 
 inherit setuptools pkgconfig
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-09 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 15:05 [mcs][PATCH] uwsgi: uprev to the latest Mark Asselstine
2017-01-09 17:24 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.