blob: 16d3817cdc1111b0206e1f7efff3065a88d616b8 (
plain)
1
2
3
4
5
6
7
8
9
|
do_install:append() {
systemd_dir="${D}${sysconfdir}/systemd/system/"
# mask the main service, to enable split-instance configuration
# accomodated by the services installed in wireplumber-config-agl
# and wireplumber-policy-config-agl
install -d ${systemd_dir}
ln -s /dev/null ${systemd_dir}/wireplumber.service
}
|