diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index 89d8a9a..f376617 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -31,3 +31,14 @@ RDEPENDS_${PN} += "python-iso8601 \ | |||
| 31 | python-oslo.config \ | 31 | python-oslo.config \ |
| 32 | python-pbr \ | 32 | python-pbr \ |
| 33 | " | 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/keystone.bash_completion ${D}/${sysconfdir}/bash_completion.d | ||
| 41 | } | ||
| 42 | |||
| 43 | PACKAGES =+ "${BPN}-bash-completion" | ||
| 44 | FILES_${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | ||
