mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
pipewire: Split dymanic modules to target recipe alone
This avoid unnessary provider conflict with pipewire-native to provide modules 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:
@@ -168,6 +168,9 @@ python set_dynamic_metapkg_rdepends () {
|
||||
import os
|
||||
import oe.utils
|
||||
|
||||
if bb.data.inherits_class('nativesdk', d) or bb.data.inherits_class('native', d):
|
||||
return
|
||||
|
||||
# Go through all generated SPA plugin and PipeWire module packages
|
||||
# (excluding the main package and the -meta package itself) and
|
||||
# add them to the -meta package as RDEPENDS.
|
||||
|
||||
Reference in New Issue
Block a user