mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
404 B
BlitzBasic
13 lines
404 B
BlitzBasic
DESCRIPTION = "Object-oriented filesystem paths"
|
|
HOMEPAGE = "https://github.com/mcmtroffaes/pathlib2"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2dc08586cce3ab91bfa091b655c0e440"
|
|
|
|
SRC_URI[sha256sum] = "7d8bcb5555003cdf4a8d2872c538faa3a0f5d20630cb360e518ca3b981795e5f"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "${PYTHON_PN}-six ${PYTHON_PN}-ctypes"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|