meta-pipewire: update pipewire bbappend
authorScott Murray <scott.murray@konsulko.com>
Wed, 23 Apr 2025 21:02:39 +0000 (17:02 -0400)
committerScott Murray <scott.murray@konsulko.com>
Fri, 2 May 2025 16:00:40 +0000 (12:00 -0400)
Remove do_install:append to install ALSA configuration overrides,
as that is now fixed in the base recipe.

Bug-AGL: SPEC-5147

Change-Id: Ia9417fbeeb5c579cb9eb0bdc2b27d72ba18cf798
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-pipewire/recipes-multimedia/pipewire/pipewire_1.%.bbappend

index a252040..ceafc0b 100644 (file)
@@ -3,19 +3,7 @@ PACKAGECONFIG:class-target = "\
     ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa pipewire-alsa', '', d)} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'sndfile pw-cat readline', '', d)} \
     ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-system-service', '', d)} \
-    gstreamer v4l2 wireplumber \
-"
-
-do_install:append() {
-    # install symlinks to alsalib configuration files
-    for i in 50-pipewire.conf 99-pipewire-default.conf; do
-        if [ -f ${D}${datadir}/alsa/alsa.conf.d/${i} ]; then
-            install -d ${D}${sysconfdir}/alsa/conf.d
-            ln -s ${datadir}/alsa/alsa.conf.d/${i} ${D}${sysconfdir}/alsa/conf.d/${i}
-        fi
-    done
-}
-
-FILES:${PN}-alsa:append = "\
-    ${sysconfdir}/alsa/conf.d/* \
+    gstreamer \
+    v4l2 \
+    wireplumber \
 "