diff options
Diffstat (limited to 'recipes-devtools/ruby/fluentd_1.19.2.bb')
| -rw-r--r-- | recipes-devtools/ruby/fluentd_1.19.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-devtools/ruby/fluentd_1.19.2.bb b/recipes-devtools/ruby/fluentd_1.19.2.bb new file mode 100644 index 0000000..e0140e8 --- /dev/null +++ b/recipes-devtools/ruby/fluentd_1.19.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 | SRCREV = "76841666b4e4aade23f0c100a7e048995f7d52c8" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=v1.19" | ||
| 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" | ||
