meta-starlingx/meta-stx-flock/stx-nfv/nfv-client.bb
Babak Sarashki 497905225d stx-nfv: set and limit checkouts to subpaths
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
2020-09-22 20:01:16 -07:00

18 lines
326 B
BlitzBasic

require nfv-common.inc
SUBPATH0 = "nfv/nfv-client"
inherit setuptools
do_install_append() {
install -d -m 755 ${D}/${sysconfdir}/bash_completion.d
install -m 444 scripts/sw-manager.completion ${D}/${sysconfdir}/bash_completion.d/sw-manager
}
FILES_${PN}_append = " \
${sysconfdir}/bash_completion.d/sw-manager \
"