diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-12 02:09:54 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-12 02:09:54 +0000 |
| commit | 9727e8efd190836e7cba20900bf514abb4ffd7af (patch) | |
| tree | b8b45e8ef7a005457ec38fe778613ab718beb688 /meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb | |
| parent | 40325fb095482e2771432f14ba56d4d504a8dee8 (diff) | |
| download | meta-cloud-services-9727e8efd190836e7cba20900bf514abb4ffd7af.tar.gz | |
tzinfo: update to 2024.x
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb deleted file mode 100644 index 504e3a8..0000000 --- a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | SUMMARY = "TZInfo - Ruby Timezone Library" | ||
| 2 | HOMEPAGE = "https://tzinfo.github.io/" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c326926e773a4e99e89820f5d8a0966f" | ||
| 6 | |||
| 7 | SRCREV = "16b0ff837923401da52325312c51baf9bec700e1" | ||
| 8 | |||
| 9 | SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;branch=master" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "concurrent-ruby" | ||
| 14 | |||
| 15 | inherit ruby | ||
| 16 | |||
| 17 | FILES:${PN} += "${libdir}/*" | ||
