diff options
| -rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.1.0.bb) | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.1.0.bb b/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb index c98d4ab..ae7dcfa 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.1.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pytss/python3-tpm2-pytss_2.3.0.bb | |||
| @@ -3,13 +3,18 @@ HOMEPAGE = "https://github.com/tpm2-software/tpm2-pytss" | |||
| 3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=500b2e742befc3da00684d8a1d5fd9da" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "5b5b4b1456fdc1aeef3d2c3970beaa078c8f7f2648c97a69bcf60c5a2f95c897" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "tpm2-pytss" | 6 | PYPI_PACKAGE = "tpm2-pytss" |
| 9 | 7 | ||
| 10 | DEPENDS = "python3-pkgconfig-native python3-pycparser-native python3-asn1crypto-native" | 8 | SRC_URI[sha256sum] = "20071129379656f5f3c3bc16d364612672b147d81191fb4eb9f9ff9fbee48410" |
| 11 | DEPENDS:append = " python3-cryptography-native tpm2-tss" | 9 | |
| 10 | inherit autotools pkgconfig pypi setuptools3 | ||
| 12 | 11 | ||
| 13 | inherit autotools pkgconfig pypi setuptools3_legacy | 12 | DEPENDS = " \ |
| 13 | python3-asn1crypto-native \ | ||
| 14 | python3-cryptography-native \ | ||
| 15 | python3-pkgconfig-native \ | ||
| 16 | python3-pycparser-native \ | ||
| 17 | tpm2-tss \ | ||
| 18 | " | ||
| 14 | 19 | ||
| 15 | RDEPENDS:${PN} = "libtss2" | 20 | RDEPENDS:${PN} = "libtss2" |
