diff options
-rw-r--r-- | meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.64.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.64.bb b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.64.bb index 91945ca7d2..cc80989646 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.64.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.64.bb | |||
@@ -168,6 +168,9 @@ python set_dynamic_metapkg_rdepends () { | |||
168 | import os | 168 | import os |
169 | import oe.utils | 169 | import oe.utils |
170 | 170 | ||
171 | if bb.data.inherits_class('nativesdk', d) or bb.data.inherits_class('native', d): | ||
172 | return | ||
173 | |||
171 | # Go through all generated SPA plugin and PipeWire module packages | 174 | # Go through all generated SPA plugin and PipeWire module packages |
172 | # (excluding the main package and the -meta package itself) and | 175 | # (excluding the main package and the -meta package itself) and |
173 | # add them to the -meta package as RDEPENDS. | 176 | # add them to the -meta package as RDEPENDS. |