mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user