diff options
| author | Tim Orling <tim.orling@konsulko.com> | 2025-08-10 12:18:49 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-14 10:31:10 +0100 |
| commit | 1e02ac3552ef1c891f264c8b6e36979bb329786e (patch) | |
| tree | 27511ede867e9e7bf5ea373ccdea1c58f8e0dfbd /meta/recipes-devtools/python | |
| parent | 1dec53b350d7d2edcc880f640b1cb2fd31ff7f0b (diff) | |
| download | poky-1e02ac3552ef1c891f264c8b6e36979bb329786e.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb b/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb new file mode 100644 index 0000000000..9148fe4e36 --- /dev/null +++ b/meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "License management tooling for Coherent System and skeleton projects" | ||
| 2 | DESCRIPTION = "This library was built for coherent.build and skeleton projects \ | ||
| 3 | to inject a license file at build time to reflect the license declared in the \ | ||
| 4 | License Expression." | ||
| 5 | HOMEPAGE = "https://github.com/coherent-oss/coherent.licensed" | ||
| 6 | LICENSE = "MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "d8071403ce742d3ac3592ddc4fb7057a46caffb415b928b4d52802e5f208416d" | ||
| 10 | |||
| 11 | inherit pypi python_flit_core | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "coherent_licensed" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
