mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 17:21:52 +00:00
pipewire: Do not split modules using PACKAGES_DYNAMIC for native case
One of the module has -native in its name which causes it to be provided by both pipewire and pipewire-native and we need to set preferred provider just for that. The fine tailored packages is not needed for native case anyway so disable it Fixes NOTE: Multiple providers are available for runtime pipewire-modules-protocol-native (pipewire, pipewire-native) Consider defining a PREFERRED_RPROVIDER entry to match pipewire-modules-protocol-native Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4ff9097409
commit
f8a25ccf54
@ -246,6 +246,7 @@ PACKAGES =+ "\
|
|||||||
"
|
"
|
||||||
|
|
||||||
PACKAGES_DYNAMIC = "^${PN}-spa-plugins.* ^${PN}-modules.*"
|
PACKAGES_DYNAMIC = "^${PN}-spa-plugins.* ^${PN}-modules.*"
|
||||||
|
PACKAGES_DYNAMIC:class-native = ""
|
||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd-system-service', 'pipewire.service', '', d)}"
|
SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd-system-service', 'pipewire.service', '', d)}"
|
||||||
CONFFILES:${PN} += "${datadir}/pipewire/pipewire.conf"
|
CONFFILES:${PN} += "${datadir}/pipewire/pipewire.conf"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user