summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-23 09:41:33 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-25 14:30:00 -0500
commitc592bd28650be54816bf2643a0404427007d681a (patch)
tree390123c296afd5632e3a2cb762cebab1ed658f3c
parentc3e58cb3774db2a703e21f138d0a486bbeb41c87 (diff)
downloadmeta-cloud-services-c592bd28650be54816bf2643a0404427007d681a.tar.gz
python-oslo.rootwrap: uprev to latest stable/newton
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
index 3cae4c9..4d62093 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6 6
7PV = "2.5.0+git${SRCPV}" 7PV = "5.1.1+git${SRCPV}"
8SRCREV = "31cfdbd4076bb6556cf9612171ba43fa44475d71" 8SRCREV = "36e9592359f70c720d93b460d33ea136d3945996"
9 9
10SRCNAME = "oslo.rootwrap" 10SRCNAME = "oslo.rootwrap"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14