mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
904e05f467
(From OE-Core rev: a6e098e2e5932781b9c1012825bc86bc08382931) (From OE-Core rev: 54690c51765d3071406ef1bfd81c9d9db9552108) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6e16ef0c2e0ec2bbb862231cd84e7650bd5789af) Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
681 B
BlitzBasic
20 lines
681 B
BlitzBasic
SUMMARY = "ISO language, territory, currency, script codes and their translations"
|
|
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=http;branch=main;"
|
|
SRCREV = "164802d5fd8c7a8167816fd86a62b286680619f0"
|
|
|
|
# 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/"
|