diff options
Diffstat (limited to 'meta/recipes-extended/timezone/tzcode-native.bb')
| -rw-r--r-- | meta/recipes-extended/timezone/tzcode-native.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-extended/timezone/tzcode-native.bb b/meta/recipes-extended/timezone/tzcode-native.bb new file mode 100644 index 0000000000..e3582ba674 --- /dev/null +++ b/meta/recipes-extended/timezone/tzcode-native.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | } | ||
