summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-11-07 15:38:38 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-11-08 14:17:24 -0500
commit0a25cc15e836c4bdd8c59f18d690460d62de6cb9 (patch)
treec32601b9df12a2190ef451310d9a99b2eb0cd089 /meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
parentd3d2bd09918f75cd22288795c169a54c4ee8cfaf (diff)
downloadmeta-cloud-services-0a25cc15e836c4bdd8c59f18d690460d62de6cb9.tar.gz
python-oslo*: uprev to latest stable/pike
Uprev all of the existing 'oslo' packages to the latest commit on the stable/pike branch. This will allow us to prepare for the uprev of the main openstack components to stable/pike. Dependencies are been validated and uprev'd/added as needed. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
index f586d28..82c3ae0 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
@@ -5,11 +5,11 @@ SECTION = "devel/python"
5LICENSE = "Apache-2" 5LICENSE = "Apache-2"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7 7
8PV = "1.14.0+git${SRCPV}" 8PV = "1.25.1+git${SRCPV}"
9SRCREV = "018c7475c9dd75da0f902bbe3ec5d01855fa50d6" 9SRCREV = "cb9ab34cd40a7cd9eff0e40ccc2df4ee88edae4e"
10 10
11SRCNAME = "oslo.policy" 11SRCNAME = "oslo.policy"
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15