diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-01-29 15:44:29 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-01-30 12:14:37 -0800 |
commit | deeadddfb4539d9fe3b78ef704e279ac4fc1e07b (patch) | |
tree | b528e07a13dcd3a4e128ac429bfa8dc49664cfc1 | |
parent | 0594aee2315cb22e9f16bc41e2abbafe7f07c373 (diff) | |
download | meta-security-deeadddfb4539d9fe3b78ef704e279ac4fc1e07b.tar.gz |
tpm2-pkcs11_1.7.0: Drop dstat from DPENDS
dstat was removed from meta-oe.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb index 3a0917a..d70dbfa 100644 --- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb +++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.7.0.bb | |||
@@ -4,7 +4,7 @@ SECTION = "security/tpm" | |||
4 | LICENSE = "BSD-2-Clause" | 4 | LICENSE = "BSD-2-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0fc19f620a102768d6dbd1e7166e78ab" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0fc19f620a102768d6dbd1e7166e78ab" |
6 | 6 | ||
7 | DEPENDS = "autoconf-archive pkgconfig dstat sqlite3 openssl libtss2-dev tpm2-tools libyaml p11-kit python3-setuptools-native" | 7 | DEPENDS = "autoconf-archive pkgconfig sqlite3 openssl libtss2-dev tpm2-tools libyaml p11-kit python3-setuptools-native" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=master;protocol=https \ | 9 | SRC_URI = "git://github.com/tpm2-software/tpm2-pkcs11.git;branch=master;protocol=https \ |
10 | file://bootstrap_fixup.patch \ | 10 | file://bootstrap_fixup.patch \ |