mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
mctp: install dbus service configuration
mctpd ships with an example dbus service configuration, so install in the dbus system configuration dir. Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -29,5 +29,13 @@ do_install:append () {
|
||||
install -d ${D}${systemd_system_unitdir}
|
||||
install -m 0644 ${S}/conf/mctpd.service \
|
||||
${D}${systemd_system_unitdir}/mctpd.service
|
||||
install -d ${D}${datadir}/dbus-1/system.d
|
||||
install -m 0644 ${S}/conf/mctpd-dbus.conf \
|
||||
${D}${datadir}/dbus-1/system.d/mctpd.conf
|
||||
fi
|
||||
}
|
||||
|
||||
FILES:${PN} += " \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'systemd', \
|
||||
'${datadir}/dbus-1/system.d/mctpd.conf', '', d)} \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user