summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 17:49:04 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 18:04:07 +0200
commit847e0577d61638c457ec522f48cea0657a442973 (patch)
treee82687208d7234351fdb9626fd18989b9244ac25 /meta-openstack/recipes-devtools/python
parentbde89629f0dc2f6bf1f895e2a55a22f473842ce1 (diff)
downloadmeta-cloud-services-847e0577d61638c457ec522f48cea0657a442973.tar.gz
python-oslo.log: 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')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.log_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
index 9a819c6..dd232cb 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.log_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
7SRCNAME = "oslo.log" 7SRCNAME = "oslo.log"
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 = "a6efc0e714171d4f5ec8baef46cc8734fb4139dc" 11SRCREV = "a6efc0e714171d4f5ec8baef46cc8734fb4139dc"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13