diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-09-18 17:11:45 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-09-18 17:13:53 -0700 |
commit | 82e740b54d24abc4a4b93d60d2d5b5e96432e128 (patch) | |
tree | f2d6fd5d29c38c8e87e72ab9bbdd752221445d82 /recipes/tzdata/tzdata_2009m.bb | |
parent | a95c355af46bdc395cc8e1141682ab802ac48130 (diff) |
tzcode-native_2009k.bb, tzdata_2009m.bb: New timezone data
* Add new recipes for latest zoneinfo data
* Resort to INC_PR
* Abstract out common parts into .inc files.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/tzdata/tzdata_2009m.bb')
-rw-r--r-- | recipes/tzdata/tzdata_2009m.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/tzdata/tzdata_2009m.bb b/recipes/tzdata/tzdata_2009m.bb new file mode 100644 index 0000000000..17c2dd4f0c --- /dev/null +++ b/recipes/tzdata/tzdata_2009m.bb @@ -0,0 +1,3 @@ +require tzdata.inc +SRC_URI = "ftp://elsie.nci.nih.gov/pub/tzdata${PV}.tar.gz" +PR = "${INC_PR}.0" |