mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-08-21 16:29:14 +02:00

Add support for the python3 crc library to calculate CRC checksums, verify CRC checksum using predefined CRC configurations or custom CRC configurations. Signed-off-by: Richard Leitner <dev@g0hl1n.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
560 B
BlitzBasic
14 lines
560 B
BlitzBasic
SUMMARY = "Library and CLI to calculate and verify all kinds of CRC checksums"
|
|
DESCRIPTION = "\
|
|
Calculate CRC checksums, verify CRC checksum, predefined CRC configurations, \
|
|
custom CRC configurations"
|
|
BUGTRACKER = "https://github.com/Nicoretti/crc/issues"
|
|
HOMEPAGE = "https://nicoretti.github.io/crc/"
|
|
SECTION = "devel/python"
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f94c07350a9f2e0ce3a246fed3b32353"
|
|
|
|
SRC_URI[sha256sum] = "99dd540909a37ae4f62c65441df8ecb4e7f9af014fecaf4f331052a41d66c07d"
|
|
|
|
inherit pypi python_poetry_core
|