[oe-commits] Saul Wold : tzdata: Update to 2013g

git at git.openembedded.org git at git.openembedded.org
Fri Oct 11 22:05:40 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 5aa76603b6025d7b6c1200dfd95fb25f8f9a658e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5aa76603b6025d7b6c1200dfd95fb25f8f9a658e

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Oct  7 18:24:53 2013 +0000

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

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../tzdata/{tzdata_2013d.bb => tzdata_2013g.bb}    |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-extended/tzdata/tzdata_2013d.bb b/meta/recipes-extended/tzdata/tzdata_2013g.bb
similarity index 96%
rename from meta/recipes-extended/tzdata/tzdata_2013d.bb
rename to meta/recipes-extended/tzdata/tzdata_2013g.bb
index c0f1506..a2f6c63 100644
--- a/meta/recipes-extended/tzdata/tzdata_2013d.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2013g.bb
@@ -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}"
 



More information about the Openembedded-commits mailing list