diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-05 12:06:14 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-05 12:06:14 +0200 |
| commit | 7babd1602b8ca9ec65417f6f1260707daa5d90a7 (patch) | |
| tree | 22a1d28f3b7d178fb783e48860968281ca853616 /meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |
| parent | 5bd2517b39e36a333e4b5bf70534a33530741c55 (diff) | |
| download | meta-cloud-services-7babd1602b8ca9ec65417f6f1260707daa5d90a7.tar.gz | |
python-oslo.utils: Use correct PV
The git hash corresponds to v3.16.1, which is the latest for stable/newton.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb index 1ded267..5cc5012 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | |||
| 7 | SRCNAME = "oslo.utils" | 7 | SRCNAME = "oslo.utils" |
| 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" | 8 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 9 | 9 | ||
| 10 | PV = "3.16.0+git${SRCPV}" | 10 | PV = "3.16.1+git${SRCPV}" |
| 11 | SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35" | 11 | SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35" |
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
