diff options
Diffstat (limited to 'meta/recipes-support/iso-codes/iso-codes_4.7.0.bb')
| -rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_4.7.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.7.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.7.0.bb new file mode 100644 index 0000000000..46988a7e80 --- /dev/null +++ b/meta/recipes-support/iso-codes/iso-codes_4.7.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "ISO language, territory, currency, script codes and their translations" | ||
| 2 | DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \ | ||
| 3 | language, language scripts, and currency names) in one place, rather \ | ||
| 4 | than repeated in many programs throughout the system." | ||
| 5 | HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes" | ||
| 6 | BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" | ||
| 7 | |||
| 8 | LICENSE = "LGPLv2.1" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
| 10 | |||
| 11 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;" | ||
| 12 | SRCREV = "59767ed869f3952575f7d0f639a290a4c4b315e5" | ||
| 13 | |||
| 14 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which | ||
| 15 | # are inhibited by allarch | ||
| 16 | DEPENDS = "gettext-native" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | inherit allarch autotools | ||
| 21 | |||
| 22 | FILES:${PN} += "${datadir}/xml/" | ||
