diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb index c7c6ff4..dce3e12 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb | |||
| @@ -30,3 +30,15 @@ SRCREV="6f4ec9dc96477131c90040ee00f5535e50d5f914" | |||
| 30 | S = "${WORKDIR}/git" | 30 | S = "${WORKDIR}/git" |
| 31 | 31 | ||
| 32 | inherit setuptools | 32 | inherit setuptools |
| 33 | |||
| 34 | |||
| 35 | PACKAGECONFIG ?= "bash-completion" | ||
| 36 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" | ||
| 37 | |||
| 38 | do_install_append() { | ||
| 39 | install -d ${D}/${sysconfdir}/bash_completion.d | ||
| 40 | install -m 664 ${S}/tools/ceilometer.bash_completion ${D}/${sysconfdir}/bash_completion.d | ||
| 41 | } | ||
| 42 | |||
| 43 | PACKAGES =+ "${BPN}-bash-completion" | ||
| 44 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | ||
