summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 17:35:16 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 18:04:07 +0200
commitbde89629f0dc2f6bf1f895e2a55a22f473842ce1 (patch)
tree130100e71429e6591c339004fc8732abec1d9071 /meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
parent8872d03a23e8e3a6fee08124903f9b80ca446944 (diff)
downloadmeta-cloud-services-bde89629f0dc2f6bf1f895e2a55a22f473842ce1.tar.gz
python-oslo.cache: Use correct {PV}
The git hash corresponds to v1.14.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.cache_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
index a20dfd7..69fb449 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "1.14.0+git${SRCPV}" 7PV = "1.14.1+git${SRCPV}"
8SRCREV = "ff5bbb96d73a83c1e25759c42a30f01608de5b8a" 8SRCREV = "ff5bbb96d73a83c1e25759c42a30f01608de5b8a"
9 9
10SRCNAME = "oslo.cache" 10SRCNAME = "oslo.cache"