diff options
| author | Nathan Hartman <hnathan918@gmail.com> | 2020-02-20 11:58:06 -0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-27 17:15:53 -0500 |
| commit | 40d18b925f004814d5e26da5ebda973975e6b7ab (patch) | |
| tree | e9e96e0f6cc4d3dae3e8132a335a0823aea75c2a /meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb | |
| parent | 2e21be360e1cd6e04efe6c4080386cb0804e09ab (diff) | |
| download | meta-cloud-services-40d18b925f004814d5e26da5ebda973975e6b7ab.tar.gz | |
Initial fluentd recipe
Signed-off-by: Nathan Hartman <hnathan918@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Fluentdu Open-Source Log Collector" | ||
| 2 | HOMEPAGE = "https://www.fluentd.org/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ffc336af228834e68e0a4d38da165f7" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;tag=v${PV}" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | RDEPENDS_${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby" | ||
| 11 | |||
| 12 | inherit ruby | ||
| 13 | |||
| 14 | do_install_append() { | ||
| 15 | install -d ${D}/etc/fluent/ | ||
| 16 | install ${S}/fluent.conf ${D}/etc/fluent/fluent.conf | ||
| 17 | } | ||
| 18 | |||
| 19 | INSANE_SKIP_${PN} = "installed-vs-shipped" | ||
