diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-neutronclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index b4e34e3..cbad874 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
| @@ -22,13 +22,14 @@ PR = "r0" | |||
| 22 | 22 | ||
| 23 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \ | 23 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \ |
| 24 | file://neutronclient-use-csv-flag-instead-of-json.patch \ | 24 | file://neutronclient-use-csv-flag-instead-of-json.patch \ |
| 25 | file://neutron-api-check.sh \ | ||
| 25 | " | 26 | " |
| 26 | 27 | ||
| 27 | PV="2.3.7+git${SRCPV}" | 28 | PV="2.3.7+git${SRCPV}" |
| 28 | SRCREV="1452193f935f5be0bb2f5f01b54bd4947d27331b" | 29 | SRCREV="1452193f935f5be0bb2f5f01b54bd4947d27331b" |
| 29 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 30 | 31 | ||
| 31 | inherit setuptools | 32 | inherit setuptools monitor |
| 32 | 33 | ||
| 33 | PACKAGECONFIG ?= "bash-completion" | 34 | PACKAGECONFIG ?= "bash-completion" |
| 34 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" | 35 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" |
| @@ -40,3 +41,7 @@ do_install_append() { | |||
| 40 | 41 | ||
| 41 | PACKAGES =+ "${BPN}-bash-completion" | 42 | PACKAGES =+ "${BPN}-bash-completion" |
| 42 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | 43 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" |
| 44 | |||
| 45 | MONITOR_CHECKS_${PN} += "\ | ||
| 46 | neutron-api-check.sh \ | ||
| 47 | " | ||
