pipewire: also handle pipewire-media-session in systemd class

For the package pipewire-media-session there is a service file
specified with SYSTEMD_SERVICE:${PN}-media-session but the package
was not added to SYSTEMD_PACKAGES and not handled in do_package by
systemd bbclass.

Signed-off-by: Peter Bergin <peter@berginkonsult.se>
(cherry picked from commit c87e19f8710f4affa4161a73614feb917f46864f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Peter Bergin 2021-10-07 08:19:38 +02:00 committed by Armin Kuster
parent f47ef02c18
commit 9fa4691e3d

View File

@ -27,6 +27,8 @@ USERADD_PARAM:${PN} = "--system --home / --no-create-home \
--gid pipewire --groups audio,video \
pipewire"
SYSTEMD_PACKAGES = "${PN} ${PN}-media-session"
# For "EVL", look up https://evlproject.org/ . It involves
# a specially prepared kernel, and is currently unavailable
# in Yocto.