diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb b/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb new file mode 100644 index 0000000..7fb9cba --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "TZInfo::Data - Timezone Data for TZInfo" | ||
| 2 | HOMEPAGE = "https://tzinfo.github.io/" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3ed88ee248e60bdf8512a6469f28c191" | ||
| 6 | |||
| 7 | SRCREV = "7645b92dccf2c13e3958fedff7b0d105e1c6bb72" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/tzinfo/tzinfo-data.git;protocol=https;branch=master" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | inherit ruby | ||
| 14 | |||
| 15 | FILES:${PN} += "${libdir}/*" | ||
