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 --- recipes-devtools/ruby/strptime_0.2.5.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 recipes-devtools/ruby/strptime_0.2.5.bb (limited to 'recipes-devtools/ruby/strptime_0.2.5.bb') 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 @@ +SUMMARY = "a fast strpitme engine" +HOMEPAGE = "https://github.com/nurse/strptime" + +LICENSE = "BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f19575067ffc5f1ddc02c74eeef9904f" + +SRCREV = "1583aaa510cae4660907b22c8262ab31b1eb1864" + +SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master" + +RDEPENDS:${PN} = "bash" + +inherit rubyv2 + +GEM_NAME = "strptime" +GEM_SPEC_FILE = "strptime.gemspec" + +FILES:${PN} += "${libdir}/*" -- cgit v1.2.3-54-g00ecf