pipewire: Avoid having pipewire-native depend on pipewire

Make pipewire-pulse only depend on pipewire-modules-protocol-pulse for
target. Otherwise the magic behind BBCLASSEXTEND and PACKAGES_DYNAMIC
results in pipewire-native ending up depending on pipewire (for target).

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peter Kjellerstedt 2025-04-28 20:12:31 +02:00 committed by Khem Raj
parent 64760af3c3
commit 9f17bf73d7
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -334,7 +334,9 @@ FILES:${PN}-pulse = " \
${systemd_user_unitdir}/pipewire-pulse.* \
${bindir}/pipewire-pulse \
"
RDEPENDS:${PN}-pulse += " \
# This uses :append:class-target rather than += to avoid a dependency from
# pipewire-native to pipewire.
RDEPENDS:${PN}-pulse:append:class-target = " \
${PN}-modules-protocol-pulse \
"