summaryrefslogtreecommitdiffstats
path: root/recipes-support/softhsm-testtoken/softhsm-testtoken.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support/softhsm-testtoken/softhsm-testtoken.bb')
-rw-r--r--recipes-support/softhsm-testtoken/softhsm-testtoken.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-support/softhsm-testtoken/softhsm-testtoken.bb b/recipes-support/softhsm-testtoken/softhsm-testtoken.bb
index 68514b2..48fa2d1 100644
--- a/recipes-support/softhsm-testtoken/softhsm-testtoken.bb
+++ b/recipes-support/softhsm-testtoken/softhsm-testtoken.bb
@@ -4,14 +4,14 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
4 4
5inherit systemd 5inherit systemd
6 6
7RDEPENDS_${PN} = "softhsm libp11 opensc openssl-bin" 7RDEPENDS:${PN} = "softhsm libp11 opensc openssl-bin"
8DEPENDS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}" 8DEPENDS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', ' systemd', '', d)}"
9 9
10 10
11SRC_URI = "file://createtoken.service \ 11SRC_URI = "file://createtoken.service \
12 file://createtoken.sh" 12 file://createtoken.sh"
13 13
14SYSTEMD_SERVICE_${PN} = "createtoken.service" 14SYSTEMD_SERVICE:${PN} = "createtoken.service"
15 15
16do_install() { 16do_install() {
17 install -d ${D}${systemd_unitdir}/system 17 install -d ${D}${systemd_unitdir}/system
@@ -20,6 +20,6 @@ do_install() {
20 install -m 0744 ${WORKDIR}/createtoken.sh ${D}${bindir}/createtoken.sh 20 install -m 0744 ${WORKDIR}/createtoken.sh ${D}${bindir}/createtoken.sh
21} 21}
22 22
23FILES_${PN} = "${bindir}/createtoken.sh \ 23FILES:${PN} = "${bindir}/createtoken.sh \
24 ${systemd_unitdir}/system/createtoken.service" 24 ${systemd_unitdir}/system/createtoken.service"
25 25