summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-05 12:06:14 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-05 12:06:14 +0200
commit7babd1602b8ca9ec65417f6f1260707daa5d90a7 (patch)
tree22a1d28f3b7d178fb783e48860968281ca853616 /meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
parent5bd2517b39e36a333e4b5bf70534a33530741c55 (diff)
downloadmeta-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.bb2
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"
7SRCNAME = "oslo.utils" 7SRCNAME = "oslo.utils"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
9 9
10PV = "3.16.0+git${SRCPV}" 10PV = "3.16.1+git${SRCPV}"
11SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35" 11SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13