summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-02-06 15:14:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-07 17:23:05 +0000
commitce70f38442350145fc6e506b35f88bd4329cf9c8 (patch)
treeb7f472dfcda0cec23163afbff9d4b69e94ff99d1
parentf359ebd78d9b1335720d7360f7fd2c1d42abbb65 (diff)
downloadpoky-ce70f38442350145fc6e506b35f88bd4329cf9c8.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) (From OE-Core rev: 37069c7511603f9fe33bcc48e38ac58ab89138f9) 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> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/tzdata/tzdata.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata.inc b/meta/recipes-extended/tzdata/tzdata.inc
index 25743f6740..f9050ddcee 100644
--- a/meta/recipes-extended/tzdata/tzdata.inc
+++ b/meta/recipes-extended/tzdata/tzdata.inc
@@ -1,8 +1,9 @@
1DESCRIPTION = "Timezone data" 1SUMMARY = "Timezone data"
2HOMEPAGE = "http://www.iana.org/time-zones" 2HOMEPAGE = "http://www.iana.org/time-zones"
3SECTION = "base" 3SECTION = "base"
4LICENSE = "PD & BSD" 4LICENSE = "PD & BSD"
5LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=996a9811747aa48db91ed239e5b355a1" 5LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=996a9811747aa48db91ed239e5b355a1 \
6 file://README;md5=d0ff93a73dd5bc3c6e724bb4343760f6"
6DEPENDS = "tzcode-native" 7DEPENDS = "tzcode-native"
7 8
8inherit allarch 9inherit allarch