diff options
| -rw-r--r-- | meta-oe/recipes-extended/tzcode/tzcode-native.inc | 18 | ||||
| -rw-r--r-- | meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb | 20 |
2 files changed, 0 insertions, 38 deletions
diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native.inc b/meta-oe/recipes-extended/tzcode/tzcode-native.inc deleted file mode 100644 index 2f9f17663a..0000000000 --- a/meta-oe/recipes-extended/tzcode/tzcode-native.inc +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | ||
| 2 | INC_PR = "r5" | ||
| 3 | |||
| 4 | SRC_URI = " \ | ||
| 5 | http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode-${PV};subdir=${BPN}-${PV} \ | ||
| 6 | http://www.iana.org/time-zones/repository/releases/tzdata${TZDATA_PV}.tar.gz;name=tzdata-${TZDATA_PV};subdir=${BPN}-${PV} \ | ||
| 7 | " | ||
| 8 | |||
| 9 | inherit native | ||
| 10 | |||
| 11 | do_install () { | ||
| 12 | install -d ${D}${bindir} | ||
| 13 | install -m 755 zic ${D}${bindir}/ | ||
| 14 | install -m 755 zdump ${D}${bindir}/ | ||
| 15 | install -m 755 tzselect ${D}${bindir}/ | ||
| 16 | } | ||
| 17 | |||
| 18 | NATIVE_INSTALL_WORKS = "1" | ||
diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb b/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb deleted file mode 100644 index 8ab450497d..0000000000 --- a/meta-oe/recipes-extended/tzcode/tzcode-native_2011i.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | require tzcode-native.inc | ||
| 2 | |||
| 3 | LICENSE = "PD" | ||
| 4 | LIC_FILES_CHKSUM = "file://README;md5=3ae8198f82258417ce29066d3b034035" | ||
| 5 | |||
| 6 | # Note that elsie.nci.nih.gov removes old versions when new is coming out | ||
| 7 | # So if this doesn't build for you because of missing source file, just | ||
| 8 | # bump it to the latest available version, removing old one | ||
| 9 | # Also, tzdata (and it is needed to build tzcode) version can differ from | ||
| 10 | # tzcode version, thus this variable | ||
| 11 | |||
| 12 | TZDATA_PV = "2011i" | ||
| 13 | |||
| 14 | PR = "${INC_PR}.2" | ||
| 15 | |||
| 16 | SRC_URI[tzcode-2011i.md5sum] = "cf7f4335b7c8682899fa2814e711c1b2" | ||
| 17 | SRC_URI[tzcode-2011i.sha256sum] = "f0dd991de3f8d6c599c104e294377c9befa1ef40aa5a1d09e2e295a453f3c1ec" | ||
| 18 | SRC_URI[tzdata-2011i.md5sum] = "c7a86ec34f30f8d6aa77ef94902a3047" | ||
| 19 | SRC_URI[tzdata-2011i.sha256sum] = "f8dde7ca5e61f21ac34c8cdbef5568d00c829981211098f059d8104964c81ffa" | ||
| 20 | |||
