mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
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 c87e19f871)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
f47ef02c18
commit
9fa4691e3d
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user