diff options
| -rw-r--r-- | meta-networking/recipes-support/mctp/mctp_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/mctp/mctp_git.bb b/meta-networking/recipes-support/mctp/mctp_git.bb index eabc6fa164..350c2722be 100644 --- a/meta-networking/recipes-support/mctp/mctp_git.bb +++ b/meta-networking/recipes-support/mctp/mctp_git.bb | |||
| @@ -29,5 +29,13 @@ do_install:append () { | |||
| 29 | install -d ${D}${systemd_system_unitdir} | 29 | install -d ${D}${systemd_system_unitdir} |
| 30 | install -m 0644 ${S}/conf/mctpd.service \ | 30 | install -m 0644 ${S}/conf/mctpd.service \ |
| 31 | ${D}${systemd_system_unitdir}/mctpd.service | 31 | ${D}${systemd_system_unitdir}/mctpd.service |
| 32 | install -d ${D}${datadir}/dbus-1/system.d | ||
| 33 | install -m 0644 ${S}/conf/mctpd-dbus.conf \ | ||
| 34 | ${D}${datadir}/dbus-1/system.d/mctpd.conf | ||
| 32 | fi | 35 | fi |
| 33 | } | 36 | } |
| 37 | |||
| 38 | FILES:${PN} += " \ | ||
| 39 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \ | ||
| 40 | '${datadir}/dbus-1/system.d/mctpd.conf', '', d)} \ | ||
| 41 | " | ||
