From ee1443fba2f175c79a2fb37bb0d27c8eca01c405 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 8 Apr 2026 12:32:26 +0000 Subject: fluentd: update to 1.19.2 As part of this update we: - move from meta-openstack to main layer - move ruby dependencies from meta-openstack to main layer - Move the fluentd RDEPENDS recipes alongside fluentd itself: cool.io, http-parser.rb, msgpack, serverengine, sigdump, strptime, tzinfo, tzinfo-data, yajl-ruby. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb (limited to 'meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb') diff --git a/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb b/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb deleted file mode 100644 index bc59a50..0000000 --- a/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "MessagePack implementation for Ruby" -HOMEPAGE = "http://msgpack.org/" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" - -SRCREV = "6bbaa97600430c438675540e1f970d61ce5ccd9e" - -SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master" - -inherit rubyv2 - -GEM_NAME = "msgpack" -GEM_SPEC_FILE = "msgpack" - -FILES:${PN} += "${libdir}/*" -- cgit v1.2.3-54-g00ecf