X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-etcd_git.bb;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-etcd_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=13edc2b4cde801d0fb2a1c776c57831d4966d326;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-etcd_git.bb b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-etcd_git.bb deleted file mode 100644 index 13edc2b..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-etcd_git.bb +++ /dev/null @@ -1,38 +0,0 @@ - -SUMMARY = "Installs and configures etcd" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" - -PV = "1.11.0" -SRCREV = "f43e1292a9554766f799cd5a14b67cc19ce5b00e" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/cristifalcas/puppet-etcd;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \ - file://puppet-etcd/Add-gemspec.patch \ - " - -inherit ruby - -DEPENDS += " \ - ruby \ - facter \ - " - -RDEPENDS_${PN} += " \ - ruby \ - facter \ - puppet \ - perl \ - " - -RUBY_INSTALL_GEMS = "puppet-etcd-${PV}.gem" - -do_install_append() { - install -d -m 0755 ${D}/${datadir}/puppet/modules/etcd - tar -C ${S} -cf - --exclude "patches" --exclude "*.gem*" . | tar --no-same-owner -xf - -C ${D}/${datadir}/puppet/modules/etcd -} - -FILES_${PN} += " ${datadir}"