From fb5b9b4c983ddf12c36a571561055fdd964c4565 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 19 Oct 2021 17:34:12 +0200 Subject: iso-codes: upgrade 4.6.0 -> 4.7.0 (From OE-Core rev: 0e35b943d75e0eec1bed3141e2c5c015db60fb8f) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-support/iso-codes/iso-codes_4.6.0.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta/recipes-support/iso-codes/iso-codes_4.6.0.bb (limited to 'meta/recipes-support/iso-codes/iso-codes_4.6.0.bb') diff --git a/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.6.0.bb deleted file mode 100644 index 6dd9bfa24c..0000000000 --- a/meta/recipes-support/iso-codes/iso-codes_4.6.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 = "3c012d266acaeda93d3e61ec11b8c18c1964fce1" - -# 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