diff options
Diffstat (limited to 'recipes-support')
| -rw-r--r-- | recipes-support/openct/openct_%.bbappend | 2 | ||||
| -rw-r--r-- | recipes-support/softhsm-testtoken/softhsm-testtoken.bb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-support/openct/openct_%.bbappend b/recipes-support/openct/openct_%.bbappend new file mode 100644 index 0000000..52ceeab --- /dev/null +++ b/recipes-support/openct/openct_%.bbappend | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | pkg_postinst_${PN} () { | ||
| 2 | } | ||
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 | ||
