diff options
| author | Josep Puigdemont <josep.puigdemont@enea.com> | 2015-12-02 17:32:29 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-07 10:52:38 -0500 |
| commit | a778e8929cc2fffcb299c3738a949370fc13a94d (patch) | |
| tree | 3e1e2978e91cc389d779396713803379a4cb05db /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |
| parent | 4b72c074dfa2f7704172a26cc5446697ed895e55 (diff) | |
| download | meta-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/recipes-devtools/python/python-cinderclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 7 |
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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" |
| 6 | DEPENDS = "python-setuptools-git" | 6 | DEPENDS = "python-setuptools-git" |
| 7 | 7 | ||
| 8 | PR = "r0" | ||
| 9 | SRCNAME = "python-cinderclient" | 8 | SRCNAME = "python-cinderclient" |
| 10 | 9 | ||
| 11 | SRC_URI = "\ | 10 | SRC_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 | ||
| 17 | PV="1.1.1+git${SRCPV}" | 16 | PV="1.1.2+git${SRCPV}" |
| 18 | SRCREV="9e94d814c6ae07c3d5e8242754aebcce150265cc" | 17 | SRCREV="b44d32d02b014748044b5b18d27a9d1f8312145c" |
| 19 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 20 | 19 | ||
| 21 | inherit setuptools monitor | 20 | inherit setuptools monitor |
