Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 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 = "LGPL-2.1-only" |
| 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;" |
Patrick Williams | e760df8 | 2023-05-26 11:10:49 -0500 | [diff] [blame] | 12 | SRCREV = "69ba16daef3c5c5e3c18f2d919e25296a4b946be" |
Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 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/" |
Andrew Geissler | 517393d | 2023-01-13 08:55:19 -0600 | [diff] [blame] | 23 | |
| 24 | BBCLASSEXTEND += "native" |