X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-nfv%2Fnfv-client.bb;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-nfv%2Fnfv-client.bb;h=7b2a7c20a48d8273343da8109d4336d4cfb7b629;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-nfv/nfv-client.bb b/meta-starlingx/meta-stx-flock/stx-nfv/nfv-client.bb new file mode 100644 index 0000000..7b2a7c2 --- /dev/null +++ b/meta-starlingx/meta-stx-flock/stx-nfv/nfv-client.bb @@ -0,0 +1,17 @@ +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 \ + "