Provide sbom-cve-check (native) executable. Signed-off-by: Benjamin Robin <[email protected]> --- .../python/python3-sbom-cve-check_1.1.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+)
diff --git a/meta/recipes-devtools/python/python3-sbom-cve-check_1.1.0.bb b/meta/recipes-devtools/python/python3-sbom-cve-check_1.1.0.bb new file mode 100644 index 000000000000..3d1c581e9f86 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sbom-cve-check_1.1.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "Lightweight SBOM CVE analysis tool" +HOMEPAGE = "https://github.com/bootlin/sbom-cve-check" +SECTION = "devel/python" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSE;md5=570a9b3749dd0463a1778803b12a6dce" + +PYPI_PACKAGE = "sbom_cve_check" +SRC_URI[sha256sum] = "953256ac99851ba59bc8649b8023303007ff2981edbc4ee395011bd91c118095" + +inherit pypi python_hatchling + +RDEPENDS:${PN} += " \ + python3-spdx-python-model \ + python3-pyyaml \ +" + +BBCLASSEXTEND = "native nativesdk" -- 2.53.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231872): https://lists.openembedded.org/g/openembedded-core/message/231872 Mute This Topic: https://lists.openembedded.org/mt/117977988/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
