mirror of
https://git.yoctoproject.org/poky
synced 2026-03-16 04:09:39 +01:00
python3-coherent-licensed: add at 0.5.2
License management tooling for Coherent System and skeleton projects https://pypi.org/project/coherent.licensed/ https://github.com/coherent-oss/coherent.licensed *Dependency for latest python3-zipp *Add self as maintainer (From OE-Core rev: 7bcbf0350d7a4495043e5918ae62f03b0fb1eb01) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1dec53b350
commit
1e02ac3552
@@ -632,6 +632,7 @@ RECIPE_MAINTAINER:pn-python3-certifi = "Tim Orling <tim.orling@konsulko.com>"
|
||||
RECIPE_MAINTAINER:pn-python3-cffi = "Tim Orling <tim.orling@konsulko.com>"
|
||||
RECIPE_MAINTAINER:pn-python3-chardet = "Tim Orling <tim.orling@konsulko.com>"
|
||||
RECIPE_MAINTAINER:pn-python3-click = "Wang Mingyu <wangmy@fujitsu.com>"
|
||||
RECIPE_MAINTAINER:pn-python3-coherent-licensed = "Tim Orling <tim.orling@konsulko.com>"
|
||||
RECIPE_MAINTAINER:pn-python3-colorama = "Trevor Gamblin <tgamblin@baylibre.com>"
|
||||
RECIPE_MAINTAINER:pn-python3-cryptography = "Tim Orling <tim.orling@konsulko.com>"
|
||||
RECIPE_MAINTAINER:pn-python3-cryptography-vectors = "Tim Orling <tim.orling@konsulko.com>"
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
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"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user