diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-10-12 14:49:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-19 17:57:57 +0100 |
commit | 402723ead0b07255497bc137327f2aac0f6c74b0 (patch) | |
tree | e371f041e43af4f2a3746e0623823c73ea9c922d | |
parent | 37704616c6f614bfaeafe4348e336894382e1365 (diff) | |
download | poky-402723ead0b07255497bc137327f2aac0f6c74b0.tar.gz |
tzdata: reinstate changes reverted in 2014c upgrade
OE-Core commit 57af3fb9662106f0a65a1b4edf83e2398be0a8f1 upgraded tzdata
but also reverted a couple of changes to SUMMARY and LIC_FILES_CHKSUM.
Reinstate these (with an update to the README md5 value since that has
changed slightly, without any change to the licensing statements
within).
(From OE-Core rev: cea4f6b86129f84a99700207777929bf7e811ed6)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2015g.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2015g.bb b/meta/recipes-extended/tzdata/tzdata_2015g.bb index 039a7c1795..5b2afa6a31 100644 --- a/meta/recipes-extended/tzdata/tzdata_2015g.bb +++ b/meta/recipes-extended/tzdata/tzdata_2015g.bb | |||
@@ -1,8 +1,9 @@ | |||
1 | DESCRIPTION = "Timezone data" | 1 | SUMMARY = "Timezone data" |
2 | HOMEPAGE = "http://www.iana.org/time-zones" | 2 | HOMEPAGE = "http://www.iana.org/time-zones" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "PD & BSD" | 4 | LICENSE = "PD & BSD" |
5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=996a9811747aa48db91ed239e5b355a1" | 5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=996a9811747aa48db91ed239e5b355a1 \ |
6 | file://README;md5=d0ff93a73dd5bc3c6e724bb4343760f6" | ||
6 | DEPENDS = "tzcode-native" | 7 | DEPENDS = "tzcode-native" |
7 | 8 | ||
8 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" | 9 | SRC_URI = "ftp://ftp.iana.org/tz/releases/tzdata${PV}.tar.gz;name=tzdata" |