summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:29 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commita778e8929cc2fffcb299c3738a949370fc13a94d (patch)
tree3e1e2978e91cc389d779396713803379a4cb05db /meta-openstack
parent4b72c074dfa2f7704172a26cc5446697ed895e55 (diff)
downloadmeta-cloud-services-a778e8929cc2fffcb299c3738a949370fc13a94d.tar.gz
python-cinderclient: upgrade to 1.1.2
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index 31875fa..951198d 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -5,17 +5,16 @@ LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795"
6DEPENDS = "python-setuptools-git" 6DEPENDS = "python-setuptools-git"
7 7
8PR = "r0"
9SRCNAME = "python-cinderclient" 8SRCNAME = "python-cinderclient"
10 9
11SRC_URI = "\ 10SRC_URI = "\
12 git://github.com/openstack/python-cinderclient.git;branch=master \ 11 git://github.com/openstack/python-cinderclient.git;branch=stable/kilo \
13 file://fix_cinderclient_memory_leak.patch \ 12 file://fix_cinderclient_memory_leak.patch \
14 file://cinder-api-check.sh \ 13 file://cinder-api-check.sh \
15 " 14 "
16 15
17PV="1.1.1+git${SRCPV}" 16PV="1.1.2+git${SRCPV}"
18SRCREV="9e94d814c6ae07c3d5e8242754aebcce150265cc" 17SRCREV="b44d32d02b014748044b5b18d27a9d1f8312145c"
19S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
20 19
21inherit setuptools monitor 20inherit setuptools monitor