diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-03 12:14:56 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 16:53:35 +0100 |
commit | f8a0a8f75c64cf69bd94664c4b3ffef368830cc2 (patch) | |
tree | 02effe3da24614be0bc1002c2de0b6c13b3f8a25 /meta/recipes-support/iso-codes | |
parent | 91d230dfbfd8acaea16978ee75c7a75549ffde86 (diff) | |
download | openembedded-core-f8a0a8f75c64cf69bd94664c4b3ffef368830cc2.tar.gz openembedded-core-f8a0a8f75c64cf69bd94664c4b3ffef368830cc2.tar.bz2 openembedded-core-f8a0a8f75c64cf69bd94664c4b3ffef368830cc2.zip |
iso-codes: update to 3.68
License file has been renamed, but still contains LGPLv2.1
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/iso-codes')
-rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_3.68.bb (renamed from meta/recipes-support/iso-codes/iso-codes_3.65.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_3.65.bb b/meta/recipes-support/iso-codes/iso-codes_3.68.bb index 0b78dc45e7..f8bcc48624 100644 --- a/meta/recipes-support/iso-codes/iso-codes_3.65.bb +++ b/meta/recipes-support/iso-codes/iso-codes_3.68.bb @@ -1,10 +1,10 @@ SUMMARY = "ISO language, territory, currency, script codes and their translations" LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fbc093901857fcd118f065f900982c24" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz" -SRC_URI[md5sum] = "890a08d4f962748e0a0758a8aa471896" -SRC_URI[sha256sum] = "834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320" +SRC_URI[md5sum] = "a5ce7d78b80f6d29150883d892f2e185" +SRC_URI[sha256sum] = "5881cf7caa5adfffb14ade99138949324c28a277babe8d07dafbff521acef9d1" # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which # are inhibited by allarch |