From 9c0f554e9e62de17ada54c7e0cd2d88669a7813f Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Tue, 27 Oct 2009 07:35:23 +0100 Subject: tzcode: only update tzdata SRC_URI to 2009p. Fixes previous commit. --- recipes/tzcode/tzcode-native_2009k.bb | 5 +++++ recipes/tzcode/tzcode-native_2009p.bb | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 recipes/tzcode/tzcode-native_2009k.bb delete mode 100644 recipes/tzcode/tzcode-native_2009p.bb diff --git a/recipes/tzcode/tzcode-native_2009k.bb b/recipes/tzcode/tzcode-native_2009k.bb new file mode 100644 index 0000000000..632dc8456d --- /dev/null +++ b/recipes/tzcode/tzcode-native_2009k.bb @@ -0,0 +1,5 @@ +require tzcode-native.inc +SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \ + ftp://elsie.nci.nih.gov/pub/tzdata2009p.tar.gz \ + " +PR = "${INC_PR}.1" diff --git a/recipes/tzcode/tzcode-native_2009p.bb b/recipes/tzcode/tzcode-native_2009p.bb deleted file mode 100644 index b171b88eb0..0000000000 --- a/recipes/tzcode/tzcode-native_2009p.bb +++ /dev/null @@ -1,4 +0,0 @@ -require tzcode-native.inc -SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \ - " -PR = "${INC_PR}.0" -- cgit v1.2.3