summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 19:39:14 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 19:39:14 +0200
commit96b4c8bdc55c42ca3c4c74a6f70ecdd9e7d1ac88 (patch)
treeaa59a71c1b6a0ed0c47dda0fbb349ce0a43e5ac6 /meta-openstack/recipes-devtools/python
parent5b3bdbbb0626f1282dced5108dc0f9477aa14af9 (diff)
downloadmeta-cloud-services-96b4c8bdc55c42ca3c4c74a6f70ecdd9e7d1ac88.tar.gz
python-oslo.policy: use correct SRCRV
Use the SRCRV listed for latest stable/newton release. 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.policy_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
index f586d28..6f64451 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
@@ -6,7 +6,7 @@ LICENSE = "Apache-2"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7 7
8PV = "1.14.0+git${SRCPV}" 8PV = "1.14.0+git${SRCPV}"
9SRCREV = "018c7475c9dd75da0f902bbe3ec5d01855fa50d6" 9SRCREV = "804be5979569cc64dfef2ac2b6bc0c040d313aa0"
10 10
11SRCNAME = "oslo.policy" 11SRCNAME = "oslo.policy"
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"