X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-openstacklib_git.bb;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-openstacklib_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=5057719a28261eb7fbf6592bbff7d8ece275b770;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-openstacklib_git.bb b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-openstacklib_git.bb deleted file mode 100644 index 5057719..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-openstacklib_git.bb +++ /dev/null @@ -1,37 +0,0 @@ - -SUMMARY = "Puppet OpenStack Libraries." - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=12a15a9ebddda7d856c783f745e5ee47" - -PV = "11.3.0" -SRCREV = "79a799f5d78667b5eee81e71782e8591f2e62ecc" -PROTOCOL = "https" -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/openstack/puppet-openstacklib.git;protocol=${PROTOCOL};rev=${SRCREV};nobranch=1 \ - file://puppet-openstacklib/Add-gemspec.patch \ - " - -inherit ruby - -DEPENDS += " \ - ruby \ - facter \ - " - -RDEPENDS_${PN} += " \ - ruby \ - facter \ - puppet \ - perl \ - " - -RUBY_INSTALL_GEMS = "puppet-openstacklib-${PV}.gem" - -do_install_append() { - install -d -m 0755 ${D}/${datadir}/puppet/modules/openstacklib - tar -C ${S} -cf - --exclude "patches" --exclude "*.gem*" . | tar --no-same-owner -xf - -C ${D}/${datadir}/puppet/modules/openstacklib -} - -FILES_${PN} += " ${datadir}"