From 62b6b808de09df06357be12e5692edc95c785200 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 4 Mar 2007 13:49:17 +0000 Subject: tzcode, tzdata: update to something that actually is fetchable, remove hardcoded paths, install binaries in correct staging dir and make sure we use the correct 'zic' --- packages/tzcode/tzcode-native_2007a.bb | 20 -------------------- packages/tzcode/tzcode-native_2007c.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 packages/tzcode/tzcode-native_2007a.bb create mode 100644 packages/tzcode/tzcode-native_2007c.bb (limited to 'packages/tzcode') diff --git a/packages/tzcode/tzcode-native_2007a.bb b/packages/tzcode/tzcode-native_2007a.bb deleted file mode 100644 index 1c6e2f59b8..0000000000 --- a/packages/tzcode/tzcode-native_2007a.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" - -PR = "r0" - -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \ - ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" - -S = "${WORKDIR}" - -inherit native - -do_stage () { - install -m 755 zic ${STAGING_BINDIR} - install -m 755 zdump ${STAGING_BINDIR} - install -m 755 tzselect ${STAGING_BINDIR} -} - -do_install () { - : -} diff --git a/packages/tzcode/tzcode-native_2007c.bb b/packages/tzcode/tzcode-native_2007c.bb new file mode 100644 index 0000000000..126658bd39 --- /dev/null +++ b/packages/tzcode/tzcode-native_2007c.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" + +PR = "r1" + +SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \ + ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" + +S = "${WORKDIR}" + +inherit native + +do_stage () { + install -m 755 zic ${STAGING_BINDIR_NATIVE} + install -m 755 zdump ${STAGING_BINDIR_NATIVE} + install -m 755 tzselect ${STAGING_BINDIR_NATIVE} +} + +do_install () { + : +} -- cgit v1.2.3