blob: e86638d16b79f4c7bafbd0e0b2f2f14b41aea314 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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"
inherit ruby
FILES:${PN} += "${libdir}/*"
|