diff options
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2016a.bb (renamed from meta/recipes-extended/tzdata/tzdata_2015g.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2015g.bb b/meta/recipes-extended/tzdata/tzdata_2016a.bb index 5b2afa6a31..6ba5f81b17 100644 --- a/meta/recipes-extended/tzdata/tzdata_2015g.bb +++ b/meta/recipes-extended/tzdata/tzdata_2016a.bb | |||
@@ -1,15 +1,15 @@ | |||
1 | SUMMARY = "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 & BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=996a9811747aa48db91ed239e5b355a1 \ | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=76ae2becfcb9a685041c6f166b44c2c2" |
6 | file://README;md5=d0ff93a73dd5bc3c6e724bb4343760f6" | 6 | |
7 | DEPENDS = "tzcode-native" | 7 | DEPENDS = "tzcode-native" |
8 | 8 | ||
9 | 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" |
10 | 10 | ||
11 | SRC_URI[tzdata.md5sum] = "8d46e8b225b9a04c75f5c39636435ad6" | 11 | SRC_URI[tzdata.md5sum] = "0d3123eb1b453ec0620822bd65be4c42" |
12 | SRC_URI[tzdata.sha256sum] = "b923cdbf078491696b17bc8d069c74bce73fabc5774629da2f410c9b31576161" | 12 | SRC_URI[tzdata.sha256sum] = "5efa6b324e64ef921ef700ac3273a51895f672684a30e342f68e47871c6a8cd1" |
13 | 13 | ||
14 | inherit allarch | 14 | inherit allarch |
15 | 15 | ||