xref: /openbmc/openbmc/meta-aspeed/recipes-aspeed/python/socsec.inc (revision 869b269e7af57155416f6ca8ff95022ce4212e9d)
1SUMMARY = "Secure-boot utilities for ASPEED BMC SoCs"
2HOMEPAGE = "https://github.com/AspeedTech-BMC/socsec/"
3
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d50b901333b4eedfee074ebcd6a6d611"
6
7BRANCH ?= "master"
8SRC_URI = "git://github.com/AspeedTech-BMC/socsec.git;protocol=https;branch=${BRANCH}"
9
10S = "${WORKDIR}/git"
11
12inherit python3native setuptools3
13
14DEPENDS += "${PYTHON_PN}-bitarray-native"
15DEPENDS += "${PYTHON_PN}-ecdsa-native"
16DEPENDS += "${PYTHON_PN}-pycryptodome-native"
17
18RDEPENDS:${PN} += "${PYTHON_PN}-bitarray"
19RDEPENDS:${PN} += "${PYTHON_PN}-core"
20RDEPENDS:${PN} += "${PYTHON_PN}-jsonschema"
21RDEPENDS:${PN} += "${PYTHON_PN}-jstyleson"
22RDEPENDS:${PN} += "${PYTHON_PN}-pycryptodome"
23RDEPENDS:${PN} += "${PYTHON_PN}-ecdsa"
24
25BBCLASSEXTEND = "native nativesdk"
26
27