diff options
Diffstat (limited to 'meta/recipes-extended/tzcode')
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native.inc | 15 | ||||
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2015a.bb | 10 | ||||
| -rw-r--r-- | meta/recipes-extended/tzcode/tzcode-native_2017b.bb | 28 |
3 files changed, 28 insertions, 25 deletions
diff --git a/meta/recipes-extended/tzcode/tzcode-native.inc b/meta/recipes-extended/tzcode/tzcode-native.inc deleted file mode 100644 index 4af1e20739..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native.inc +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" -LICENSE = "PD & BSD" - -LIC_FILES_CHKSUM = "file://${WORKDIR}/README;md5=d0ff93a73dd5bc3c6e724bb4343760f6" - -S = "${WORKDIR}" - -inherit native - -do_install () { - install -d ${D}${bindir}/ - install -m 755 zic ${D}${bindir}/ - install -m 755 zdump ${D}${bindir}/ - install -m 755 tzselect ${D}${bindir}/ -} diff --git a/meta/recipes-extended/tzcode/tzcode-native_2015a.bb b/meta/recipes-extended/tzcode/tzcode-native_2015a.bb deleted file mode 100644 index a0a31d6cfb..0000000000 --- a/meta/recipes-extended/tzcode/tzcode-native_2015a.bb +++ /dev/null @@ -1,10 +0,0 @@ -# note that we allow for us to use data later than our code version -# -SRC_URI =" ftp://ftp.iana.org/tz/releases/tzcode${PV}.tar.gz;name=tzcode \ - ftp://ftp.iana.org/tz/releases/tzdata2015a.tar.gz;name=tzdata" - -SRC_URI[tzcode.md5sum] = "8f375ede46ae137fbac047ac431bda37" -SRC_URI[tzcode.sha256sum] = "885bab11f286852f34030d7a86ede7d4126319ca74b8ee22be8ca7c17d72dd19" -SRC_URI[tzdata.md5sum] = "4ed11c894a74a5ea64201b1c6dbb8831" -SRC_URI[tzdata.sha256sum] = "c52490917d00a8e7fc9b5f0b1b65ef6ec76d612b5b20c81bf86a04147af18e4c" -require tzcode-native.inc diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017b.bb b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb new file mode 100644 index 0000000000..2084f79d52 --- /dev/null +++ b/meta/recipes-extended/tzcode/tzcode-native_2017b.bb @@ -0,0 +1,28 @@ +# note that we allow for us to use data later than our code version +# +SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" +LICENSE = "PD & BSD & BSD-3-Clause" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=ef1a352b901ee7b75a75df8171d6aca7" + +SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode \ + http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata" +UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones" + +SRC_URI[tzcode.md5sum] = "afaf15deb13759e8b543d86350385b16" +SRC_URI[tzcode.sha256sum] = "4d1735bb54e22b8d7443d4d1f1a13d007ae11be79a35e51f8e8322fb8e292d40" +SRC_URI[tzdata.md5sum] = "50dc0dc50c68644c1f70804f2e7a1625" +SRC_URI[tzdata.sha256sum] = "f8242a522ea3496b0ce4ff4f2e75a049178da21001a08b8e666d8cbe07d18086" + +S = "${WORKDIR}" + +inherit native + +EXTRA_OEMAKE += "cc=${CC}" + +do_install () { + install -d ${D}${bindir}/ + install -m 755 zic ${D}${bindir}/ + install -m 755 zdump ${D}${bindir}/ + install -m 755 tzselect ${D}${bindir}/ +} |
