summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
diff options
context:
space:
mode:
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.bb6
1 files changed, 3 insertions, 3 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
index 768bc21..71b0533 100644
--- a/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
+++ b/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
@@ -7,13 +7,13 @@ SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;tag=v${PV}"
7 7
8S = "${WORKDIR}/git" 8S = "${WORKDIR}/git"
9 9
10RDEPENDS_${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby" 10RDEPENDS:${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby"
11 11
12inherit ruby 12inherit ruby
13 13
14do_install_append() { 14do_install:append() {
15 install -d ${D}/etc/fluent/ 15 install -d ${D}/etc/fluent/
16 install ${S}/fluent.conf ${D}/etc/fluent/fluent.conf 16 install ${S}/fluent.conf ${D}/etc/fluent/fluent.conf
17} 17}
18 18
19INSANE_SKIP_${PN} = "installed-vs-shipped" 19INSANE_SKIP:${PN} = "installed-vs-shipped"