mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
(From OE-Core rev: f9235cef554a5fc9db474edea5fe13a78fc6b12f) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
657 B
BlitzBasic
17 lines
657 B
BlitzBasic
SUMMARY = "License management tooling for Coherent System and skeleton projects"
|
|
DESCRIPTION = "This library was built for coherent.build and skeleton projects \
|
|
to inject a license file at build time to reflect the license declared in the \
|
|
License Expression."
|
|
HOMEPAGE = "https://github.com/coherent-oss/coherent.licensed"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a"
|
|
|
|
SRC_URI[sha256sum] = "d8071403ce742d3ac3592ddc4fb7057a46caffb415b928b4d52802e5f208416d"
|
|
|
|
inherit pypi python_flit_core
|
|
|
|
PYPI_PACKAGE = "coherent_licensed"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "coherent_licensed"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|