mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6515b64942
commit
40b89fd593
@@ -1,8 +1,9 @@
|
||||
DESCRIPTION = "Timezone data"
|
||||
HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/"
|
||||
SECTION = "base"
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234"
|
||||
LICENSE = "PD & BSD"
|
||||
LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234 \
|
||||
file://README;md5=0b7570113550eb5d30aa4bd220964b8f"
|
||||
DEPENDS = "tzcode-native"
|
||||
|
||||
inherit allarch
|
||||
@@ -14,8 +15,8 @@ RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarcti
|
||||
|
||||
SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata"
|
||||
|
||||
SRC_URI[tzdata.md5sum] = "65b6818162230fc02f86f293376c73df"
|
||||
SRC_URI[tzdata.sha256sum] = "cd1c96f0676e0edceebc6a418a2222ffb05becb41180dd9f847b9c7cef303b04"
|
||||
SRC_URI[tzdata.md5sum] = "76dbc3b5a81913fc0d824376c44a5d15"
|
||||
SRC_URI[tzdata.sha256sum] = "b6cdd3998dcc732a6ae5e101e1394f9d4d6dff68bd48a8fb78c44c2b997d3a4f"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
Reference in New Issue
Block a user