Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | SUMMARY = "ISO language, territory, currency, script codes and their translations" |
| 2 | LICENSE = "LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 4 | |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 5 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http" |
| 6 | SRCREV = "0a932d3e1e6d9058a6ef874c8ff1dc4a193bc030" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 7 | |
| 8 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which |
| 9 | # are inhibited by allarch |
| 10 | DEPENDS = "gettext-native" |
| 11 | |
Brad Bishop | d5ae7d9 | 2018-06-14 09:52:03 -0700 | [diff] [blame] | 12 | S = "${WORKDIR}/git" |
| 13 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 14 | inherit allarch autotools |
| 15 | |
| 16 | FILES_${PN} += "${datadir}/xml/" |