summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-04-08 12:32:26 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-04-08 16:13:11 +0000
commitee1443fba2f175c79a2fb37bb0d27c8eca01c405 (patch)
tree019c277384a958a614deb75f565773c0bf1f43f0 /meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb
parent72204015003442867a302233f0e2f22728dad8d0 (diff)
downloadmeta-cloud-services-ee1443fba2f175c79a2fb37bb0d27c8eca01c405.tar.gz
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 <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb16
1 files changed, 0 insertions, 16 deletions
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 @@
1SUMMARY = "MessagePack implementation for Ruby"
2HOMEPAGE = "http://msgpack.org/"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
6
7SRCREV = "6bbaa97600430c438675540e1f970d61ce5ccd9e"
8
9SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master"
10
11inherit rubyv2
12
13GEM_NAME = "msgpack"
14GEM_SPEC_FILE = "msgpack"
15
16FILES:${PN} += "${libdir}/*"