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 /recipes-devtools/ruby/strptime_0.2.5.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 'recipes-devtools/ruby/strptime_0.2.5.bb')
| -rw-r--r-- | recipes-devtools/ruby/strptime_0.2.5.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/ruby/strptime_0.2.5.bb b/recipes-devtools/ruby/strptime_0.2.5.bb new file mode 100644 index 0000000..f7fd72e --- /dev/null +++ b/recipes-devtools/ruby/strptime_0.2.5.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "a fast strpitme engine" | ||
| 2 | HOMEPAGE = "https://github.com/nurse/strptime" | ||
| 3 | |||
| 4 | LICENSE = "BSD-2-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f" | ||
| 6 | |||
| 7 | SRCREV = "1583aaa510cae4660907b22c8262ab31b1eb1864" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "bash" | ||
| 12 | |||
| 13 | inherit rubyv2 | ||
| 14 | |||
| 15 | GEM_NAME = "strptime" | ||
| 16 | GEM_SPEC_FILE = "strptime.gemspec" | ||
| 17 | |||
| 18 | FILES:${PN} += "${libdir}/*" | ||
