diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 12:32:26 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 16:13:11 +0000 |
| commit | ee1443fba2f175c79a2fb37bb0d27c8eca01c405 (patch) | |
| tree | 019c277384a958a614deb75f565773c0bf1f43f0 /meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb | |
| parent | 72204015003442867a302233f0e2f22728dad8d0 (diff) | |
| download | meta-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.bb | 16 |
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 @@ | |||
| 1 | SUMMARY = "MessagePack implementation for Ruby" | ||
| 2 | HOMEPAGE = "http://msgpack.org/" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 6 | |||
| 7 | SRCREV = "6bbaa97600430c438675540e1f970d61ce5ccd9e" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master" | ||
| 10 | |||
| 11 | inherit rubyv2 | ||
| 12 | |||
| 13 | GEM_NAME = "msgpack" | ||
| 14 | GEM_SPEC_FILE = "msgpack" | ||
| 15 | |||
| 16 | FILES:${PN} += "${libdir}/*" | ||
