From d799aa19a2de0c8599c67ae00a1a587743a2e031 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 18 May 2020 16:26:05 +0800 Subject: [PATCH] python-cinderclient: add missing bash_completion file Issue-ID: INF-117 Signed-off-by: Jackie Huang Change-Id: I75493a6210cc3c90bc052dc31ef4925befc9075f --- meta-stx/recipes-devtools/python/python-cinderclient_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/ \ " -- 2.16.6