mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:17:10 +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:
parent
9da8d6eaa9
commit
1427cbe9c2
@ -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)} \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user