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