diff options
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 |
