cgts-client: add missing bash_completion file

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Jackie Huang
2020-05-15 17:28:26 +08:00
committed by Babak Sarashki
parent 46f675f836
commit c2fbe2ffc5

View File

@@ -20,3 +20,8 @@ RDEPENDS_${PN}_append = " \
"
inherit setuptools
do_install_append() {
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
}