From 9fa4691e3d32de9255645916f8022812c64c1316 Mon Sep 17 00:00:00 2001 From: Peter Bergin Date: Thu, 7 Oct 2021 08:19:38 +0200 Subject: 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 (cherry picked from commit c87e19f8710f4affa4161a73614feb917f46864f) Signed-off-by: Armin Kuster --- meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.34.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.34.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.34.bb index 49c3d07e16..fe1de6221b 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.34.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.34.bb @@ -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. -- cgit 1.2.3-korg