diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-27 13:26:42 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-27 13:26:42 +0800 |
commit | 71fc35c50679f9bc08339702582e77a04642950d (patch) | |
tree | 25a602d6c909ab51a89bf8323a0956639ee62dc6 | |
parent | 14cbd4685f0e5ee4f0746a312e5965120a0882cd (diff) | |
download | meta-secure-core-71fc35c50679f9bc08339702582e77a04642950d.tar.gz |
tpm2.0-tss: remove systemd from inherit command
The resource manager provided by this package is not used any more.
Thus its systemd-related settings should be removed.
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb b/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb index 52e9c46..74168fd 100644 --- a/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb +++ b/meta-tpm2/recipes-tpm/tpm2.0-tss/tpm2.0-tss_git.bb | |||
@@ -16,7 +16,7 @@ SRCREV = "3fb91634e61c97a0ae732bc5c298b188c23376cf" | |||
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit autotools pkgconfig systemd | 19 | inherit autotools pkgconfig |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure_prepend() { |
22 | # execute the bootstrap script | 22 | # execute the bootstrap script |