> > On 11/27/17 2:35 AM, Pablo Saavedra wrote: >> Added Yocto recipe for Puppet 4.10.9 >> >> Signed-off-by: Pablo Saavedra <[email protected]> >> --- >> recipes-support/puppet/puppet_4.10.9.bb | 41 >> +++++++++++++++++++++++++++++++++ >> 1 file changed, 41 insertions(+) >> create mode 100644 recipes-support/puppet/puppet_4.10.9.bb >> >> diff --git a/recipes-support/puppet/puppet_4.10.9.bb >> b/recipes-support/puppet/puppet_4.10.9.bb >> new file mode 100644 >> index 0000000..a335546 >> --- /dev/null >> +++ b/recipes-support/puppet/puppet_4.10.9.bb >> @@ -0,0 +1,41 @@ >> +SUMMARY = "Open source Puppet is a configuration management system" >> +HOMEPAGE = "https://puppetlabs.com/puppet/puppet-open-source" >> +LICENSE = "Apache-2.0" >> +LIC_FILES_CHKSUM = "file://LICENSE;md5=7c9045ec00cc0d6b6e0e09ee811da4a0" >> + >> +SRC_URI = " \ >> + https://downloads.puppetlabs.com/puppet/puppet-${PV}.tar.gz \ >> + file://add_puppet_gemspec.patch \ >> + file://puppet.conf \ >> +" >> +SRC_URI[md5sum] = "8af3c2fec5dc4683d80aab4efc1614c6" >> +SRC_URI[sha256sum] = >> "e667bd825e54bbc38c30534c25adc441ed638fc484fe0abe278f0335770cd161" >> + >> +inherit ruby > which layer is ruby.bbclass coming from ?
meta-cloud-services/classes/ruby.bbclass into the meta-cloud-services layer Sorry, I guess this this patch should be sent against [email protected] -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
