From d3b77c2aa5be70df609af28330d52cb88a5bd498 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 10 Jan 2022 22:05:03 +0800 Subject: iso-codes: upgrade 4.8.0 -> 4.9.0 Changelog: ========= Added ---------- ISO 639-3: New translation for Friulian ISO 639-5: New translations for Esperanto, Hindi, Russian ISO 4217: New translation for Esperanto Changed --------- Translation updates for ISO 3166-1 Translation updates for ISO 3166-2 Translation updates for ISO 639-2 Translation updates for ISO 639-3 Translation updates for ISO 639-5 (From OE-Core rev: c9a83af6d6c5248bb16bdfaf628d3727889993fd) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-support/iso-codes/iso-codes_4.8.0.bb | 22 ---------------------- meta/recipes-support/iso-codes/iso-codes_4.9.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-support/iso-codes/iso-codes_4.8.0.bb create mode 100644 meta/recipes-support/iso-codes/iso-codes_4.9.0.bb diff --git a/meta/recipes-support/iso-codes/iso-codes_4.8.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.8.0.bb deleted file mode 100644 index 2f3f589e7c..0000000000 --- a/meta/recipes-support/iso-codes/iso-codes_4.8.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "ISO language, territory, currency, script codes and their translations" -DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \ -language, language scripts, and currency names) in one place, rather \ -than repeated in many programs throughout the system." -HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" -BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" - -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" -SRCREV = "5d0a5515f26b3858e27939c8f9a732d8bd4271ab" - -# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which -# are inhibited by allarch -DEPENDS = "gettext-native" - -S = "${WORKDIR}/git" - -inherit allarch autotools - -FILES:${PN} += "${datadir}/xml/" diff --git a/meta/recipes-support/iso-codes/iso-codes_4.9.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.9.0.bb new file mode 100644 index 0000000000..92932c30a1 --- /dev/null +++ b/meta/recipes-support/iso-codes/iso-codes_4.9.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "ISO language, territory, currency, script codes and their translations" +DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \ +language, language scripts, and currency names) in one place, rather \ +than repeated in many programs throughout the system." +HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" +BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" + +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" +SRCREV = "35ae2024024eb8e6603d3034dbbc406594f3874c" + +# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which +# are inhibited by allarch +DEPENDS = "gettext-native" + +S = "${WORKDIR}/git" + +inherit allarch autotools + +FILES:${PN} += "${datadir}/xml/" -- cgit v1.2.3-54-g00ecf