diff options
Diffstat (limited to 'recipes/tzcode/tzcode-native.inc')
-rw-r--r-- | recipes/tzcode/tzcode-native.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/tzcode/tzcode-native.inc b/recipes/tzcode/tzcode-native.inc new file mode 100644 index 0000000000..8d3d6ddee7 --- /dev/null +++ b/recipes/tzcode/tzcode-native.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" +INC_PR = "r1" + +S = "${WORKDIR}" + +inherit native + +do_stage () { + install -d ${STAGING_BINDIR_NATIVE} + install -m 755 zic ${STAGING_BINDIR_NATIVE}/ + install -m 755 zdump ${STAGING_BINDIR_NATIVE}/ + install -m 755 tzselect ${STAGING_BINDIR_NATIVE}/ +} + +do_install () { + : +} |