diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-09-29 15:02:49 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-09-29 15:02:49 +0100 |
commit | 279d3f6e11eb9e76a1a3e977a28f92450875b2ce (patch) | |
tree | 2c6207ef90b1f9403205db31d6efdac56e5d990a | |
parent | d017723ad88c3f9ace47da27795e855fff05cb72 (diff) |
tzcode-native_2009k.bb : 2009m is no longer available
tzdata_2009n.bb : 2009m is no longer available so make 2009n
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/tzcode/tzcode-native.inc | 2 | ||||
-rw-r--r-- | recipes/tzcode/tzcode-native_2009k.bb | 2 | ||||
-rw-r--r-- | recipes/tzdata/tzdata_2009n.bb | 3 |
4 files changed, 9 insertions, 2 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 0b00f08e3b..b8a90104b4 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -24654,6 +24654,10 @@ sha256=633d76612d73a7add41a3b90fe5721ea5f4282d52bd8408b9d4fab261443aa6c md5=5314fe1483c7c1be17c50f2c2171e06b sha256=7609980204940ceaf74b5a48d15ea0c079eaec627e149cf3d986cfed268881fe +[ftp://elsie.nci.nih.gov/pub/tzdata2009n.tar.gz] +md5=c572bfb704e2da88b9e48517cfa3578f +sha256=7b08bb8a98ad8a06e2cafda05ab21f2a69b2d64252dfc9435c93094d979e7c5a + [ftp://ftp.pl.debian.org/pub/debian/pool/main/t/tzdata/tzdata_2007h.orig.tar.gz] md5=8b766bb807c1f7c0c02ff798ea5db80e sha256=b4c6367ab85de8f148c903bb25dc69de7a7d7d05f204f58880a16a8b81bf93de diff --git a/recipes/tzcode/tzcode-native.inc b/recipes/tzcode/tzcode-native.inc index 8d3d6ddee7..0d6bd5b767 100644 --- a/recipes/tzcode/tzcode-native.inc +++ b/recipes/tzcode/tzcode-native.inc @@ -1,5 +1,5 @@ DESCRIPTION = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" -INC_PR = "r1" +INC_PR = "r2" S = "${WORKDIR}" diff --git a/recipes/tzcode/tzcode-native_2009k.bb b/recipes/tzcode/tzcode-native_2009k.bb index 59babb4856..834637e22f 100644 --- a/recipes/tzcode/tzcode-native_2009k.bb +++ b/recipes/tzcode/tzcode-native_2009k.bb @@ -1,5 +1,5 @@ require tzcode-native.inc SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzcode${PV}.tar.gz \ - ftp://elsie.nci.nih.gov/pub/tzdata2009m.tar.gz \ + ftp://elsie.nci.nih.gov/pub/tzdata2009n.tar.gz \ " PR = "${INC_PR}.0" diff --git a/recipes/tzdata/tzdata_2009n.bb b/recipes/tzdata/tzdata_2009n.bb new file mode 100644 index 0000000000..17c2dd4f0c --- /dev/null +++ b/recipes/tzdata/tzdata_2009n.bb @@ -0,0 +1,3 @@ +require tzdata.inc +SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" +PR = "${INC_PR}.0" |