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 /recipes | |
parent | d017723ad88c3f9ace47da27795e855fff05cb72 (diff) |
tzcode-native_2009k.bb : 2009m is no longer available
tzdata_2009n.bb : 2009m is no longer available so make 2009n
Diffstat (limited to 'recipes')
-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 |
3 files changed, 5 insertions, 2 deletions
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" |