summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb b/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb
new file mode 100644
index 0000000..cfc6828
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Fluentdu Open-Source Log Collector"
2HOMEPAGE = "https://www.fluentd.org/"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1ffc336af228834e68e0a4d38da165f7"
5
6SRCREV = "b4814cb672f8d0fef2bf441214aae368a4091662"
7
8SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=master"
9
10S = "${WORKDIR}/git"
11
12RDEPENDS:${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby"
13
14inherit ruby
15
16do_install:append() {
17 install -d ${D}/etc/fluent/
18 install ${S}/fluent.conf ${D}/etc/fluent/fluent.conf
19}
20
21INSANE_SKIP:${PN} = "installed-vs-shipped"