diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index e8f5aa3..a7a501c 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
| @@ -10,13 +10,14 @@ SRC_URI = "\ | |||
| 10 | git://github.com/openstack/python-novaclient.git;branch=master \ | 10 | git://github.com/openstack/python-novaclient.git;branch=master \ |
| 11 | file://fix_novaclient_memory_leak.patch \ | 11 | file://fix_novaclient_memory_leak.patch \ |
| 12 | file://novaclient-specify-full-path-to-test-certificate.patch \ | 12 | file://novaclient-specify-full-path-to-test-certificate.patch \ |
| 13 | file://nova-api-check.sh \ | ||
| 13 | " | 14 | " |
| 14 | 15 | ||
| 15 | PV="2.18.1+git${SRCPV}" | 16 | PV="2.18.1+git${SRCPV}" |
| 16 | SRCREV="2a1c07e790cc95b1e847974e4c757f826507834f" | 17 | SRCREV="2a1c07e790cc95b1e847974e4c757f826507834f" |
| 17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 18 | 19 | ||
| 19 | inherit setuptools | 20 | inherit setuptools monitor |
| 20 | 21 | ||
| 21 | DEPENDS = "python-setuptools-git" | 22 | DEPENDS = "python-setuptools-git" |
| 22 | DEPENDS += " \ | 23 | DEPENDS += " \ |
| @@ -44,3 +45,7 @@ do_install_append() { | |||
| 44 | 45 | ||
| 45 | PACKAGES =+ "${BPN}-bash-completion" | 46 | PACKAGES =+ "${BPN}-bash-completion" |
| 46 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | 47 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" |
| 48 | |||
| 49 | MONITOR_CHECKS_${PN} += "\ | ||
| 50 | nova-api-check.sh \ | ||
| 51 | " | ||
