| Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame^] | 1 | require timezone.inc |
| 2 | |||||
| 3 | # | ||||
| 4 | SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" | ||||
| 5 | |||||
| 6 | S = "${WORKDIR}" | ||||
| 7 | |||||
| 8 | inherit native | ||||
| 9 | |||||
| 10 | EXTRA_OEMAKE += "cc='${CC}'" | ||||
| 11 | |||||
| 12 | do_install () { | ||||
| 13 | install -d ${D}${bindir}/ | ||||
| 14 | install -m 755 zic ${D}${bindir}/ | ||||
| 15 | install -m 755 zdump ${D}${bindir}/ | ||||
| 16 | install -m 755 tzselect ${D}${bindir}/ | ||||
| 17 | } | ||||