diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-07 18:24:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:31 +0100 |
commit | 40b89fd593cb5e836de20a617d2ef36ca4d05cb9 (patch) | |
tree | 4065e61e9c00e012205e5b0f33389a32905cfebc /meta | |
parent | 6515b6494292067316f1e5229fb7bf7561b3ae61 (diff) | |
download | poky-40b89fd593cb5e836de20a617d2ef36ca4d05cb9.tar.gz |
tzdata: Update to 2013g
Add the README to LIC_FILES_CHKSUM and update LICESE since it now
mentions that some files are licensed under BSD
(From OE-Core rev: b1b02835b30e44cd923c57ac5a77de8fc1e0e474)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2013g.bb (renamed from meta/recipes-extended/tzdata/tzdata_2013d.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2013d.bb b/meta/recipes-extended/tzdata/tzdata_2013g.bb index c0f1506026..a2f6c63240 100644 --- a/meta/recipes-extended/tzdata/tzdata_2013d.bb +++ b/meta/recipes-extended/tzdata/tzdata_2013g.bb | |||
@@ -1,8 +1,9 @@ | |||
1 | DESCRIPTION = "Timezone data" | 1 | DESCRIPTION = "Timezone data" |
2 | HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" | 2 | HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "PD" | 4 | LICENSE = "PD & BSD" |
5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234" | 5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234 \ |
6 | file://README;md5=0b7570113550eb5d30aa4bd220964b8f" | ||
6 | DEPENDS = "tzcode-native" | 7 | DEPENDS = "tzcode-native" |
7 | 8 | ||
8 | inherit allarch | 9 | inherit allarch |
@@ -14,8 +15,8 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti | |||
14 | 15 | ||
15 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" | 16 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" |
16 | 17 | ||
17 | SRC_URI[tzdata.md5sum] = "65b6818162230fc02f86f293376c73df" | 18 | SRC_URI[tzdata.md5sum] = "76dbc3b5a81913fc0d824376c44a5d15" |
18 | SRC_URI[tzdata.sha256sum] = "cd1c96f0676e0edceebc6a418a2222ffb05becb41180dd9f847b9c7cef303b04" | 19 | SRC_URI[tzdata.sha256sum] = "b6cdd3998dcc732a6ae5e101e1394f9d4d6dff68bd48a8fb78c44c2b997d3a4f" |
19 | 20 | ||
20 | S = "${WORKDIR}" | 21 | S = "${WORKDIR}" |
21 | 22 | ||