X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppetlabs-stdlib_git.bbappend;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppetlabs-stdlib_git.bbappend;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=a93d7ebfaafd1c0a441ae7ca4aea5555bed52131;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppetlabs-stdlib_git.bbappend b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppetlabs-stdlib_git.bbappend deleted file mode 100644 index a93d7eb..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppetlabs-stdlib_git.bbappend +++ /dev/null @@ -1,36 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRCREV = "b89d5f388ca701e38a0e0337408f5ccb7e68565f" -PROTOCOL = "https" -BRANCH = "main" -PV = "4.18.0" - -inherit stx-metadata - -STX_REPO = "integ" -STX_SUBPATH = "config/puppet-modules/puppet-stdlib-4.12.0/centos/patches" - -SRC_URI_STX += " \ - file://0001-Filter-password-in-logs.patch \ - " - -SRC_URI = " \ - git://github.com/puppetlabs/puppetlabs-stdlib.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \ - file://puppetlabs-stdlib/Add-gemspec.patch \ - " - -S = "${WORKDIR}/git" - -RUBY_INSTALL_GEMS = "puppetlabs-stdlib-${PV}.gem" - -do_install_append () { - install -d -m 0755 ${D}/${datadir}/puppet/modules/stdlib - tar -C ${S} -cf - --exclude "patches" --exclude "*.gem*" . | tar --no-same-owner -xf - -C ${D}/${datadir}/puppet/modules/stdlib -} - -FILES_${PN} += " ${datadir}" - -RDEPENDS_${PN}_append = " perl"