summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb
blob: 7fb9cbadc831cf19a0326248b85dc78079778eb4 (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=3ed88ee248e60bdf8512a6469f28c191"

SRCREV = "7645b92dccf2c13e3958fedff7b0d105e1c6bb72"

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

S = "${WORKDIR}/git"

inherit ruby

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