aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
blob: 768bc218fb6bd522e8e005a20352bea41ba9a330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"