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>
This commit is contained in:
Peter Bergin
2021-10-07 08:19:38 +02:00
committed by Khem Raj
parent 2069a96531
commit c87e19f871
@@ -27,6 +27,8 @@ USERADD_PARAM:${PN} = "--system --home / --no-create-home \
--gid pipewire --groups audio,video \ --gid pipewire --groups audio,video \
pipewire" pipewire"
SYSTEMD_PACKAGES = "${PN} ${PN}-media-session"
# For "EVL", look up https://evlproject.org/ . It involves # For "EVL", look up https://evlproject.org/ . It involves
# a specially prepared kernel, and is currently unavailable # a specially prepared kernel, and is currently unavailable
# in Yocto. # in Yocto.