aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2019.3.bb
blob: 46407553e1d70b7cb3df434b7b8f90bf56c31583 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUMMARY = "TZInfo::Data - Timezone Data for TZInfo"
HOMEPAGE = "https://tzinfo.github.io/"

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

SRCREV = "74d5a2529d585e1d1ab47b6bbb2449cba29f6907"

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

S = "${WORKDIR}/git"

inherit ruby

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