X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-vswitch_%25.bbappend;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-vswitch_%25.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=acd8ac6a5681c984ef62c9767b051b844e30b546;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git 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 index acd8ac6..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-vswitch_%.bbappend +++ /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"