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