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=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=7b2a7c20a48d8273343da8109d4336d4cfb7b629;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;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 deleted file mode 100644 index 7b2a7c2..0000000 --- a/meta-starlingx/meta-stx-flock/stx-nfv/nfv-client.bb +++ /dev/null @@ -1,17 +0,0 @@ -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 \ - "