diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-09-14 16:17:15 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-09-17 15:36:20 +0200 |
commit | 01175336c3974dc9219ea8617b30fec9fea7f0aa (patch) | |
tree | 41f0bb98532311e990ae6d17b665599cdd68695c | |
parent | 6257c2aa06967753759db3f7d5b92e496cfbf71c (diff) | |
download | meta-updater-01175336c3974dc9219ea8617b30fec9fea7f0aa.tar.gz |
softhsm-testtoken: add openssl-bin dependency.
-rw-r--r-- | recipes-support/softhsm-testtoken/softhsm-testtoken.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/softhsm-testtoken/softhsm-testtoken.bb b/recipes-support/softhsm-testtoken/softhsm-testtoken.bb index 029fe1c..58b521c 100644 --- a/recipes-support/softhsm-testtoken/softhsm-testtoken.bb +++ b/recipes-support/softhsm-testtoken/softhsm-testtoken.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
4 | 4 | ||
5 | inherit systemd | 5 | inherit systemd |
6 | 6 | ||
7 | RDEPENDS_${PN} = "softhsm libp11" | 7 | RDEPENDS_${PN} = "softhsm libp11 openssl-bin" |
8 | DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" | 8 | DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" |
9 | 9 | ||
10 | 10 | ||