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:
committed by
Babak Sarashki
parent
46f675f836
commit
c2fbe2ffc5
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user