summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb
blob: 180e2e58ef0f6d7c55c5fbd03eef635a80135527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "TZInfo - Ruby Timezone Library"
HOMEPAGE = "https://tzinfo.github.io/"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c326926e773a4e99e89820f5d8a0966f"

SRCREV = "5fc278676efde3c85a788fa85ddabddcd91b846f"

SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;branch=master"

RDEPENDS:${PN} = "concurrent-ruby"

inherit ruby

FILES:${PN} += "${libdir}/*"