All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Asselstine <mark.asselstine@windriver.com>
To: <bruce.ashfield@windriver.com>
Cc: meta-virtualization@yoctoproject.org
Subject: [mcs][PATCH] uwsgi: uprev to the latest
Date: Mon, 9 Jan 2017 10:05:01 -0500	[thread overview]
Message-ID: <1483974301-17966-1-git-send-email-mark.asselstine@windriver.com> (raw)

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



             reply	other threads:[~2017-01-09 15:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-09 15:05 Mark Asselstine [this message]
2017-01-09 17:24 ` [mcs][PATCH] uwsgi: uprev to the latest Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483974301-17966-1-git-send-email-mark.asselstine@windriver.com \
    --to=mark.asselstine@windriver.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.