summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-07 15:09:40 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-07 15:09:40 +0200
commit6d3fbacfe274b2785aa91f9fbf64829b106c6f6a (patch)
tree56bf3c08cbb31d87f91af73f84e8b299a95223ff /meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
parent96410ae3fccd3c2fc37c15311d2b0980a09ade2a (diff)
downloadmeta-cloud-services-6d3fbacfe274b2785aa91f9fbf64829b106c6f6a.tar.gz
python-oslo.reports: Use correct {PV}
The git hash corresponds to v1.14.0, 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.reports_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
index 39a1131..2d92979 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2"
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.0+git${SRCPV}"
8SRCREV = "2a9e24502d0960010c00314218ae85a1a04e71b2" 8SRCREV = "d332969661534229feb5cbf66fa6084020ae8034"
9 9
10SRCNAME = "oslo.reports" 10SRCNAME = "oslo.reports"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"