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