diff options
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.bb | 21 |
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 @@ | |||
| 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 | SRCREV = "b4814cb672f8d0fef2bf441214aae368a4091662" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=master" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | RDEPENDS:${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby" | ||
| 13 | |||
| 14 | inherit ruby | ||
| 15 | |||
| 16 | do_install:append() { | ||
| 17 | install -d ${D}/etc/fluent/ | ||
| 18 | install ${S}/fluent.conf ${D}/etc/fluent/fluent.conf | ||
| 19 | } | ||
| 20 | |||
| 21 | INSANE_SKIP:${PN} = "installed-vs-shipped" | ||
