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-04 14:13:34 +0100 |
commit | 878ca63278e46b14d7adceedc3aa499087dcb628 (patch) | |
tree | 98723624cdd6cdb9be19b7b3fb15bba001c7d740 | |
parent | d44fcb3a8327223247261342902bfd0898eb9c6c (diff) | |
download | poky-878ca63278e46b14d7adceedc3aa499087dcb628.tar.gz |
iso-codes: update to 3.68
License file has been renamed, but still contains LGPLv2.1
(From OE-Core rev: f8a0a8f75c64cf69bd94664c4b3ffef368830cc2)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@ | |||
1 | SUMMARY = "ISO language, territory, currency, script codes and their translations" | 1 | SUMMARY = "ISO language, territory, currency, script codes and their translations" |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fbc093901857fcd118f065f900982c24" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
4 | 4 | ||
5 | SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz" | 5 | SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz" |
6 | SRC_URI[md5sum] = "890a08d4f962748e0a0758a8aa471896" | 6 | SRC_URI[md5sum] = "a5ce7d78b80f6d29150883d892f2e185" |
7 | SRC_URI[sha256sum] = "834de5193c8489eedeaf6509457a9b13476702386ae1f3ed4f391a349d630320" | 7 | SRC_URI[sha256sum] = "5881cf7caa5adfffb14ade99138949324c28a277babe8d07dafbff521acef9d1" |
8 | 8 | ||
9 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which | 9 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which |
10 | # are inhibited by allarch | 10 | # are inhibited by allarch |