From: Jackie Huang Date: Mon, 18 May 2020 08:26:05 +0000 (+0800) Subject: python-cinderclient: add missing bash_completion file X-Git-Tag: bronze-rc1~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=d799aa19a2de0c8599c67ae00a1a587743a2e031;p=pti%2Frtp.git python-cinderclient: add missing bash_completion file Issue-ID: INF-117 Signed-off-by: Jackie Huang Change-Id: I75493a6210cc3c90bc052dc31ef4925befc9075f --- diff --git a/meta-stx/recipes-devtools/python/python-cinderclient_git.bb b/meta-stx/recipes-devtools/python/python-cinderclient_git.bb index 3d431d5..412b819 100644 --- a/meta-stx/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-stx/recipes-devtools/python/python-cinderclient_git.bb @@ -56,8 +56,10 @@ RDEPENDS_${PN} += " \ do_install_append() { - : + install -d -m 755 ${D}/${sysconfdir}/bash_completion.d + install -p -D -m 664 tools/cinder.bash_completion ${D}/${sysconfdir}/bash_completion.d/cinder.bash_completion } FILES_${PN} += " \ + ${sysconfdir}/bash_completion.d/ \ "