From 40d18b925f004814d5e26da5ebda973975e6b7ab Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Thu, 20 Feb 2020 11:58:06 -0800 Subject: Initial fluentd recipe Signed-off-by: Nathan Hartman Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb diff --git a/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb b/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb new file mode 100644 index 0000000..768bc21 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb @@ -0,0 +1,19 @@ +SUMMARY = "Fluentdu Open-Source Log Collector" +HOMEPAGE = "https://www.fluentd.org/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1ffc336af228834e68e0a4d38da165f7" + +SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;tag=v${PV}" + +S = "${WORKDIR}/git" + +RDEPENDS_${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby" + +inherit ruby + +do_install_append() { + install -d ${D}/etc/fluent/ + install ${S}/fluent.conf ${D}/etc/fluent/fluent.conf +} + +INSANE_SKIP_${PN} = "installed-vs-shipped" -- cgit v1.2.3-54-g00ecf