summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
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"