diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-03-18 22:33:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-22 08:50:01 +0000 |
commit | f987e923b107dd3006ddec286126fc3915be53aa (patch) | |
tree | 4b5b5c6abf13e685df66f332deb9d1847ba271f7 /meta | |
parent | 75c16c0cdcd250628da4b9bc09cdad4f7ef9201d (diff) | |
download | poky-f987e923b107dd3006ddec286126fc3915be53aa.tar.gz |
tzdata: fix HOMEPAGE
(From OE-Core rev: 7efed4d963bd8424af0ddebc3a09226182232759)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata.inc b/meta/recipes-extended/tzdata/tzdata.inc index f13a4fe910..37ae92647c 100644 --- a/meta/recipes-extended/tzdata/tzdata.inc +++ b/meta/recipes-extended/tzdata/tzdata.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Timezone data" | 1 | DESCRIPTION = "Timezone data" |
2 | HOMEPAGE = "ftp://elsie.nci.nih.gov/pub/" | 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" |