diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-12 02:54:24 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-12 02:54:24 +0000 |
commit | f63bba0cba3ef549507d3258f6f5b1265d121c50 (patch) | |
tree | d5841cbcf28d78d6f00c5955eeb3d88e585ac3f2 | |
parent | c3c67d0b26299fee090fb4d391eb18f8699982ba (diff) | |
download | meta-cloud-services-f63bba0cba3ef549507d3258f6f5b1265d121c50.tar.gz |
fluentd: update to v1.17.1 + dependencies
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch | 2 | ||||
-rw-r--r-- | meta-openstack/recipes-devtools/ruby/cool.io_1.9.0.bb (renamed from meta-openstack/recipes-devtools/ruby/cool.io_1.7.0.bb) | 9 | ||||
-rw-r--r-- | meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb (renamed from meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb) | 2 | ||||
-rw-r--r-- | meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb (renamed from meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.1.bb) | 19 | ||||
-rw-r--r-- | meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb (renamed from meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb) | 7 | ||||
-rw-r--r-- | meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb | 5 |
6 files changed, 29 insertions, 15 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch b/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch index 777dc31..77b7257 100644 --- a/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch +++ b/meta-openstack/recipes-devtools/ruby/concurrent-ruby/0001-Removed-check-for-concurrent_ruby.jar.patch | |||
@@ -3,6 +3,8 @@ From: Nathan Hartman <nathan.hartman@windriver.com> | |||
3 | Date: Thu, 20 Feb 2020 13:10:02 -0500 | 3 | Date: Thu, 20 Feb 2020 13:10:02 -0500 |
4 | Subject: [PATCH] Removed jar file check | 4 | Subject: [PATCH] Removed jar file check |
5 | 5 | ||
6 | Upstream-Status: Inappropriate [embedded specific] | ||
7 | |||
6 | --- | 8 | --- |
7 | concurrent-ruby.gemspec | 3 +-- | 9 | concurrent-ruby.gemspec | 3 +-- |
8 | 1 file changed, 1 insertion(+), 2 deletions(-) | 10 | 1 file changed, 1 insertion(+), 2 deletions(-) |
diff --git a/meta-openstack/recipes-devtools/ruby/cool.io_1.7.0.bb b/meta-openstack/recipes-devtools/ruby/cool.io_1.9.0.bb index 10e9a49..2e827a8 100644 --- a/meta-openstack/recipes-devtools/ruby/cool.io_1.7.0.bb +++ b/meta-openstack/recipes-devtools/ruby/cool.io_1.9.0.bb | |||
@@ -4,12 +4,15 @@ HOMEPAGE = 'http://coolio.github.com' | |||
4 | LICENSE = 'MIT' | 4 | LICENSE = 'MIT' |
5 | LIC_FILES_CHKSUM = 'file://LICENSE;md5=a5e7701a63eb0a961f98cd10475129b9' | 5 | LIC_FILES_CHKSUM = 'file://LICENSE;md5=a5e7701a63eb0a961f98cd10475129b9' |
6 | 6 | ||
7 | SRCREV = 'd7ab8518c11d8fe1b9a679a1686f01a295690fa9' | 7 | SRCREV = "6f85a2a104488e5c7cb128b9a83058d28ba16d37" |
8 | 8 | ||
9 | SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=master' | 9 | SRC_URI = 'git://github.com/tarcieri/cool.io.git;protocol=https;branch=main' |
10 | 10 | ||
11 | S = '${WORKDIR}/git' | 11 | S = '${WORKDIR}/git' |
12 | 12 | ||
13 | inherit ruby | 13 | inherit rubyv2 |
14 | |||
15 | GEM_NAME = "cool.io" | ||
16 | GEM_SPEC_FILE = "cool.io.gemspec" | ||
14 | 17 | ||
15 | FILES:${PN} += "${libdir}/*" | 18 | FILES:${PN} += "${libdir}/*" |
diff --git a/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb b/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb index dc984d3..cfc6828 100644 --- a/meta-openstack/recipes-devtools/ruby/fluentd_1.9.2.bb +++ b/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://www.fluentd.org/" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ffc336af228834e68e0a4d38da165f7" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ffc336af228834e68e0a4d38da165f7" |
5 | 5 | ||
6 | SRCREV = "9d113029d4550ce576d8825bfa9612aa3e55bff0" | 6 | SRCREV = "b4814cb672f8d0fef2bf441214aae368a4091662" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=master" |
9 | 9 | ||
diff --git a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.1.bb b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb index 5452c12..4823003 100644 --- a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.1.bb +++ b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://rubygems.org/gems/http_parser.rb" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=157efc3766c6d07d3d857ebbab43351a" | 5 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=157efc3766c6d07d3d857ebbab43351a" |
6 | 6 | ||
7 | SRCREV = "c8dae7c6c2c78a5016d082a7fbda7e362292c14a" | 7 | SRCREV = "71ecce2a498f87ba83ea3d77322a001132610a6e" |
8 | 8 | ||
9 | SRC_URI = "gitsm://github.com/tmm1/http_parser.rb.git;protocol=https;branch=master" | 9 | SRC_URI = "gitsm://github.com/tmm1/http_parser.rb.git;protocol=https;branch=master" |
10 | 10 | ||
@@ -13,14 +13,17 @@ S = "${WORKDIR}/git" | |||
13 | # Bitbake doesn't allow the underscore in file name, hence the dash | 13 | # Bitbake doesn't allow the underscore in file name, hence the dash |
14 | SRCNAME = "http_parser.rb" | 14 | SRCNAME = "http_parser.rb" |
15 | 15 | ||
16 | DEPENDS = "git" | 16 | # DEPENDS = "git" |
17 | 17 | ||
18 | inherit ruby | 18 | inherit rubyv2 |
19 | 19 | ||
20 | # Download the submodules | 20 | GEM_NAME = "http-parser.rb" |
21 | do_configure:prepend() { | 21 | GEM_SPEC_FILE = "http_parser.rb.gemspec" |
22 | cd ${WORKDIR}/git | 22 | |
23 | git submodule update --init --recursive | 23 | # # Download the submodules |
24 | } | 24 | # do_configure:prepend() { |
25 | # cd ${WORKDIR}/git | ||
26 | # git submodule update --init --recursive | ||
27 | # } | ||
25 | 28 | ||
26 | FILES:${PN} += "${libdir}/*" | 29 | FILES:${PN} += "${libdir}/*" |
diff --git a/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb b/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb index 5382676..f883556 100644 --- a/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb +++ b/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb | |||
@@ -4,12 +4,15 @@ HOMEPAGE = "http://msgpack.org/" | |||
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" |
6 | 6 | ||
7 | SRCREV = "64db1bac56359c9257d22f3ffb7506b578d76741" | 7 | SRCREV = "6bbaa97600430c438675540e1f970d61ce5ccd9e" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit ruby | 13 | inherit rubyv2 |
14 | |||
15 | GEM_NAME = "msgpack" | ||
16 | GEM_SPEC_FILE = "msgpack" | ||
14 | 17 | ||
15 | FILES:${PN} += "${libdir}/*" | 18 | FILES:${PN} += "${libdir}/*" |
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb index f91d414..e25be73 100644 --- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb +++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb | |||
@@ -10,6 +10,9 @@ SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;branch=maste | |||
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | inherit ruby | 13 | inherit rubyv2 |
14 | |||
15 | GEM_NAME = "yajl-ruby" | ||
16 | GEM_SPEC_FILE = "yajl-ruby.gemspec" | ||
14 | 17 | ||
15 | FILES:${PN} += "${libdir}/*" | 18 | FILES:${PN} += "${libdir}/*" |