meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-nfv / nfv-client.bb
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 (file)
index 7b2a7c2..0000000
+++ /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 \
-       "