summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-coherent-licensed_0.5.2.bb15
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 @@
1SUMMARY = "License management tooling for Coherent System and skeleton projects"
2DESCRIPTION = "This library was built for coherent.build and skeleton projects \
3to inject a license file at build time to reflect the license declared in the \
4License Expression."
5HOMEPAGE = "https://github.com/coherent-oss/coherent.licensed"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=1aeae65f25a15b1e46d4381f2f094e0a"
8
9SRC_URI[sha256sum] = "d8071403ce742d3ac3592ddc4fb7057a46caffb415b928b4d52802e5f208416d"
10
11inherit pypi python_flit_core
12
13PYPI_PACKAGE = "coherent_licensed"
14
15BBCLASSEXTEND = "native nativesdk"