mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:45:05 +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:
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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user