summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
new file mode 100644
index 0000000..2ea1f2d
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
@@ -0,0 +1,13 @@
1SUMMARY = "TZInfo - Ruby Timezone Library"
2HOMEPAGE = "https://tzinfo.github.io/"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c326926e773a4e99e89820f5d8a0966f"
6
7SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;tag=v2.0.1"
8
9S = "${WORKDIR}/git"
10
11RDEPENDS_${PN} = "concurrent-ruby"
12
13inherit ruby