summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 13:25:44 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 13:26:55 +0200
commitc3ee93d799fb291802c9c0225d665e63b4fd753c (patch)
treeb47d1d773f7e0fa17a7c346a8d8557ca445dd1e8 /meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
parentbef628c9d45b8069509d60dd34f1ba020ac43659 (diff)
downloadmeta-cloud-services-c3ee93d799fb291802c9c0225d665e63b4fd753c.tar.gz
python-oslo.config: Use correct {PV}
The git hash corresponds to v3.17.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.config_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.config_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
index ade23ba..40799bd 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6 6
7PV = "3.17.0+git${SRCPV}" 7PV = "3.17.1+git${SRCPV}"
8SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3" 8SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3"
9 9
10SRCNAME = "oslo.config" 10SRCNAME = "oslo.config"