mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-16 16:51:33 +00:00
Upgrade to release 0.0.69: - Add Georgian console fonts - Add Adlm script to SN - Add dra, Tutg, ath, cmc, Cham, tai - Remove License classifier (license tag with SPDX license expression is already there) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
24 lines
624 B
BlitzBasic
24 lines
624 B
BlitzBasic
DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
|
|
keyboard, territory"
|
|
HOMEPAGE = "https://github.com/mike-fabian/langtable/"
|
|
LICENSE = "GPL-3.0-or-later"
|
|
SECTION = "devel/python"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRC_URI[sha256sum] = "f0a51870cf837fd689094ce73a420efa0b9b470facda551090f9a93d1e16510c"
|
|
|
|
inherit pypi setuptools3 python3native
|
|
|
|
DISTUTILS_INSTALL_ARGS += " \
|
|
--install-data=${datadir}/langtable"
|
|
|
|
FILES:${PN} += "${datadir}/*"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
python3-compression \
|
|
python3-doctest \
|
|
python3-logging \
|
|
python3-xml \
|
|
"
|