X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-kmod_git.bb;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Fpuppet-kmod_git.bb;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=e3b66ce4a719d51227884d47508acffc83775e18;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-kmod_git.bb b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-kmod_git.bb deleted file mode 100644 index e3b66ce..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/puppet-kmod_git.bb +++ /dev/null @@ -1,40 +0,0 @@ - -SUMMARY = "Manage Linux kernel modules with Puppet" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=0e5ccf641e613489e66aa98271dbe798" - -PV = "2.1.0" -SRCREV = "0d69a96e8d0d3a08da0d5f476c733134df4fb9ee" -PROTOCOL = "https" -BRANCH = "master" -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/camptocamp/puppet-kmod;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH} \ - file://${PN}/Add-gemspec.patch \ - file://${PN}/persistent-module-load-poky.patch \ - " - -inherit ruby - -DEPENDS += " \ - ruby \ - facter \ - " - -RDEPENDS_${PN} += " \ - ruby \ - facter \ - puppet \ - perl \ - " - -RUBY_BUILD_GEMS = "camptocamp-kmod.gemspec" -RUBY_INSTALL_GEMS = "camptocamp-kmod-${PV}.gem" - -do_install_append() { - install -d -m 0755 ${D}/${datadir}/puppet/modules/kmod - tar -C ${S} -cf - --exclude "patches" --exclude "*.gem*" . | tar --no-same-owner -xf - -C ${D}/${datadir}/puppet/modules/kmod -} - -FILES_${PN} += " ${datadir}"