meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / puppet-vswitch_%.bbappend
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-vswitch_%.bbappend b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-vswitch_%.bbappend
deleted file mode 100644 (file)
index acd8ac6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
-do_install_append() {
-       install -d -m 0755 ${D}/${datadir}/puppet/modules/vswitch
-       tar -C ${S} -cf - --exclude "patches" --exclude "*.gem*" . | tar --no-same-owner -xf - -C ${D}/${datadir}/puppet/modules/vswitch
-}
-
-FILES_${PN} += " ${datadir}"
-
-inherit openssl10
-RDEPENDS_${PN}_append = " perl"