summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/iso-codes/iso-codes_4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/iso-codes/iso-codes_4.4.bb')
-rw-r--r--meta/recipes-support/iso-codes/iso-codes_4.4.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.4.bb b/meta/recipes-support/iso-codes/iso-codes_4.4.bb
index 4767dea84c..e8210eca9b 100644
--- a/meta/recipes-support/iso-codes/iso-codes_4.4.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_4.4.bb
@@ -1,11 +1,14 @@
1SUMMARY = "ISO language, territory, currency, script codes and their translations" 1SUMMARY = "ISO language, territory, currency, script codes and their translations"
2DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \
3language, language scripts, and currency names) in one place, rather \
4than repeated in many programs throughout the system."
2HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" 5HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes"
3BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" 6BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues"
4 7
5LICENSE = "LGPLv2.1" 8LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 9LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
7 10
8SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;" 11SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;"
9SRCREV = "38edb926592954b87eb527124da0ec68d2a748f3" 12SRCREV = "38edb926592954b87eb527124da0ec68d2a748f3"
10 13
11# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which 14# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which