mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 15:03:59 +02:00
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:
parent
64760af3c3
commit
9f17bf73d7
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user