mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 0.0.56: - Fallback to translations in “xx” from “xx_Zzzz” only if “Zzzz” is the main script of “xx” - Get translation changes for mt from CLDR Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
24 lines
634 B
BlitzBasic
24 lines
634 B
BlitzBasic
DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
|
|
keyboard, territory"
|
|
HOMEPAGE = "https://github.com/mike-fabian/langtable/"
|
|
LICENSE = "GPLv3+"
|
|
SECTION = "devel/python"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRC_URI[sha256sum] = "318af0fd616711ce5cd2a7b11a6761183ba9c1ff76a762919e08d85645fc854b"
|
|
|
|
inherit pypi setuptools3 python3native
|
|
|
|
DISTUTILS_INSTALL_ARGS += " \
|
|
--install-data=${datadir}/langtable"
|
|
|
|
FILES:${PN} += "${datadir}/*"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-compression \
|
|
${PYTHON_PN}-doctest \
|
|
${PYTHON_PN}-logging \
|
|
${PYTHON_PN}-xml \
|
|
"
|