diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-02-02 00:34:18 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-02 10:25:33 -0800 |
commit | f8a25ccf549a671a86dee103d6609197bd92b948 (patch) | |
tree | 94a2ad21b5b4af6cb7a215f0198c30bbe4075ac7 /meta-multimedia/recipes-multimedia/pipewire | |
parent | 4ff9097409a43d8e5249abdaf935751b71aecbd0 (diff) | |
download | meta-openembedded-f8a25ccf549a671a86dee103d6609197bd92b948.tar.gz |
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/pipewire')
-rw-r--r-- | meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.64.bb | 1 |
1 files changed, 1 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 cc80989646..f10b472626 100644 --- a/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.64.bb +++ b/meta-multimedia/recipes-multimedia/pipewire/pipewire_0.3.64.bb | |||
@@ -246,6 +246,7 @@ PACKAGES =+ "\ | |||
246 | " | 246 | " |
247 | 247 | ||
248 | PACKAGES_DYNAMIC = "^${PN}-spa-plugins.* ^${PN}-modules.*" | 248 | PACKAGES_DYNAMIC = "^${PN}-spa-plugins.* ^${PN}-modules.*" |
249 | PACKAGES_DYNAMIC:class-native = "" | ||
249 | 250 | ||
250 | SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd-system-service', 'pipewire.service', '', d)}" | 251 | SYSTEMD_SERVICE:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'systemd-system-service', 'pipewire.service', '', d)}" |
251 | CONFFILES:${PN} += "${datadir}/pipewire/pipewire.conf" | 252 | CONFFILES:${PN} += "${datadir}/pipewire/pipewire.conf" |