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.bb6
1 files changed, 5 insertions, 1 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
index 07680d7..504e3a8 100644
--- a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
+++ b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb
@@ -4,10 +4,14 @@ HOMEPAGE = "https://tzinfo.github.io/"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c326926e773a4e99e89820f5d8a0966f" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c326926e773a4e99e89820f5d8a0966f"
6 6
7SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;tag=v2.0.1;branch=master" 7SRCREV = "16b0ff837923401da52325312c51baf9bec700e1"
8
9SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;branch=master"
8 10
9S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
10 12
11RDEPENDS:${PN} = "concurrent-ruby" 13RDEPENDS:${PN} = "concurrent-ruby"
12 14
13inherit ruby 15inherit ruby
16
17FILES:${PN} += "${libdir}/*"