diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-17 10:57:05 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-17 14:30:34 -0500 |
| commit | b90b112187c56a35b34ede14ebb0e62e95a27775 (patch) | |
| tree | f0801567d849f3d613b5f30836163681c6b344b7 | |
| parent | 9a1161b7302e67879b8f2f4892a22cbd0cd4fd59 (diff) | |
| download | meta-cloud-services-b90b112187c56a35b34ede14ebb0e62e95a27775.tar.gz | |
python-oslo.i18n: uprev to latest stable/newton
Requires the uprev of python-babel to v2.3.4.
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.i18n_git.bb | 6 |
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 84aab41..c820bc8 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" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "2.6.0+git${SRCPV}" | 7 | PV = "3.9.0+git${SRCPV}" |
| 8 | SRCREV = "4417d33a9fa6f3c414d72d162a4d0d3715ffe256" | 8 | SRCREV = "351c10af6ad6b6fed197cc4b38d9fddf232d0def" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.i18n" | 10 | SRCNAME = "oslo.i18n" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
