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

License-Update: updated to BSD-3-Clause Changelog: ========== Added fileno() support. Fixes #80 on posix systems Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
17 lines
458 B
BlitzBasic
17 lines
458 B
BlitzBasic
SUMMARY = "Cross-platform locking library"
|
|
DESCRIPTION = "Portalocker is a library to provide an easy API to file locking"
|
|
LICENSE = "BSD-3-Clause"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=152634da660a374ca18c0734ed07c63c"
|
|
|
|
SRC_URI[sha256sum] = "964f6830fb42a74b5d32bce99ed37d8308c1d7d44ddf18f3dd89f4680de97b39"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
${PYTHON_PN}-fcntl \
|
|
${PYTHON_PN}-logging \
|
|
"
|