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, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index c50b84f..9e0b747 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -11,13 +11,14 @@ SRCNAME = "python-cinderclient" | |||
| 11 | SRC_URI = "\ | 11 | SRC_URI = "\ |
| 12 | git://github.com/openstack/python-cinderclient.git;branch=master \ | 12 | git://github.com/openstack/python-cinderclient.git;branch=master \ |
| 13 | file://fix_cinderclient_memory_leak.patch \ | 13 | file://fix_cinderclient_memory_leak.patch \ |
| 14 | file://cinder-api-check.sh \ | ||
| 14 | " | 15 | " |
| 15 | 16 | ||
| 16 | PV="1.1.0+git${SRCPV}" | 17 | PV="1.1.0+git${SRCPV}" |
| 17 | SRCREV="4c8464114f5539706cffc6888ce007d0d3ceba16" | 18 | SRCREV="4c8464114f5539706cffc6888ce007d0d3ceba16" |
| 18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 19 | 20 | ||
| 20 | inherit setuptools | 21 | inherit setuptools monitor |
| 21 | 22 | ||
| 22 | DEPENDS += " \ | 23 | DEPENDS += " \ |
| 23 | python-pip \ | 24 | python-pip \ |
| @@ -41,3 +42,7 @@ do_install_append() { | |||
| 41 | 42 | ||
| 42 | PACKAGES =+ "${BPN}-bash-completion" | 43 | PACKAGES =+ "${BPN}-bash-completion" |
| 43 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | 44 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" |
| 45 | |||
| 46 | MONITOR_CHECKS_${PN} += "\ | ||
| 47 | cinder-api-check.sh \ | ||
| 48 | " | ||
