From: Jackie Huang Date: Fri, 15 May 2020 09:28:26 +0000 (+0800) Subject: cgts-client: add missing bash_completion file X-Git-Tag: bronze-rc0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f2a5dc1ab4fdb27a2d5b9faf8250cd45279187a8;p=pti%2Frtp.git cgts-client: add missing bash_completion file Issue-ID: INF-117 Signed-off-by: Jackie Huang Change-Id: I7160bd4b8c2864e638f32953c32dddd61ad6256f --- diff --git a/meta-stx/recipes-core/stx-config/cgts-client.inc b/meta-stx/recipes-core/stx-config/cgts-client.inc index dcefd54..cab7052 100644 --- a/meta-stx/recipes-core/stx-config/cgts-client.inc +++ b/meta-stx/recipes-core/stx-config/cgts-client.inc @@ -42,10 +42,14 @@ do_compile_append() { do_install_append() { cd ${S}/sysinv/cgts-client/cgts-client distutils_do_install + + install -d -m 755 ${D}/${sysconfdir}/bash_completion.d + install -p -D -m 664 tools/system.bash_completion ${D}/${sysconfdir}/bash_completion.d/system.bash_completion } FILES_cgts-client = " \ ${bindir}/system \ + ${sysconfdir}/bash_completion.d/ \ ${PYTHON_SITEPACKAGES_DIR}/sysinv/ \ ${PYTHON_SITEPACKAGES_DIR}/cgtsclient/ \ ${PYTHON_SITEPACKAGES_DIR}/cgtsclient-*.egg-info \