From 9663d90f46102a04ff41c36da94140cee0a9ad44 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 29 Aug 2016 17:30:10 +0300 Subject: iso-codes: upgrade to 3.69 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/iso-codes/iso-codes_3.68.bb | 15 --------------- meta/recipes-support/iso-codes/iso-codes_3.69.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta/recipes-support/iso-codes/iso-codes_3.68.bb create mode 100644 meta/recipes-support/iso-codes/iso-codes_3.69.bb diff --git a/meta/recipes-support/iso-codes/iso-codes_3.68.bb b/meta/recipes-support/iso-codes/iso-codes_3.68.bb deleted file mode 100644 index f8bcc48624..0000000000 --- a/meta/recipes-support/iso-codes/iso-codes_3.68.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "ISO language, territory, currency, script codes and their translations" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz" -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 -DEPENDS = "gettext-native" - -inherit allarch autotools - -FILES_${PN} += "${datadir}/xml/" diff --git a/meta/recipes-support/iso-codes/iso-codes_3.69.bb b/meta/recipes-support/iso-codes/iso-codes_3.69.bb new file mode 100644 index 0000000000..105949f539 --- /dev/null +++ b/meta/recipes-support/iso-codes/iso-codes_3.69.bb @@ -0,0 +1,15 @@ +SUMMARY = "ISO language, territory, currency, script codes and their translations" +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz" +SRC_URI[md5sum] = "33ed5ea7eed84a7609f041c838fc96d7" +SRC_URI[sha256sum] = "3f285d3c13f4dccfbdb9e432f172403ac1a54ab432616f10556eb18c23a1c0b2" + +# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which +# are inhibited by allarch +DEPENDS = "gettext-native" + +inherit allarch autotools + +FILES_${PN} += "${datadir}/xml/" -- cgit 1.2.3-korg