mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
Some of them were introduced by mass-removal of S = WORKDIR/git assignments;
rather than try to fix up (or redo) just these, I've run this sed command over
the whole tree:
sed -i -z -E 's/([ \t\f\v\r]*\n){3,}/\n\n/g' `find . -name *.bb -o -name *.inc`
The rationale is that more than one empty line is wasting vertical screen space, and
does nothing for readability.
(From OE-Core rev: cedc4ff7c9bcfb22a20e43e47f9759f4007a4f1a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
900 B
BlitzBasic
23 lines
900 B
BlitzBasic
SUMMARY = "ISO language, territory, currency, script codes and their translations"
|
|
DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \
|
|
language, language scripts, and currency names) in one place, rather \
|
|
than repeated in many programs throughout the system."
|
|
HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes"
|
|
BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues"
|
|
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21"
|
|
|
|
SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;tag=v${PV}"
|
|
SRCREV = "5be4d112d420706eacd913a3ebd85549fe9eeae4"
|
|
|
|
# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
|
|
# are inhibited by allarch
|
|
DEPENDS = "gettext-native"
|
|
|
|
inherit allarch autotools
|
|
|
|
FILES:${PN} += "${datadir}/xml/"
|
|
|
|
BBCLASSEXTEND += "native"
|