summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-04 16:03:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 10:48:37 -0400
commit7d68719268bc895ca7665007ad6f670389df1415 (patch)
treef8a0994a1acd35fd781774a83cdc0fa7fac3f151 /meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
parent1971da9c1e7768aa3cc49b40fa4175b9895799fd (diff)
downloadmeta-cloud-services-7d68719268bc895ca7665007ad6f670389df1415.tar.gz
python-oslo.i18n: was uprev'd incorrectly
The original commit had a mistake in it giving the impression 3.20.0 was on the stable/pike branch when in fact it was not. We want all openstack components on stable/pike so this uprev is not valid and we must bring back the old version and set it as the PREFERRED_VERSION. 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.i18n_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
index 9fe3d00..9f7ddc5 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "3.20.0+git${SRCPV}" 7PV = "3.17.0+git${SRCPV}"
8SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864" 8SRCREV = "f2729cd36f8694a6ec53a0e700599ddf4427440d"
9 9
10SRCNAME = "oslo.i18n" 10SRCNAME = "oslo.i18n"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14