diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-13 00:26:38 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-13 19:21:41 -0700 |
commit | e6ba5bc0d887d4483f38c0174226c104174de6b1 (patch) | |
tree | fb42c69fe85ff04e97ed68d6f8b562cb1d9d638b /meta-gnome | |
parent | a89b57aa45b08c1b90b9d46b0ff97fea6b65a7be (diff) | |
download | meta-openembedded-e6ba5bc0d887d4483f38c0174226c104174de6b1.tar.gz |
gnome-bluetooth: Add PACKAGECONFIG pulseaudio and filter by distro-feature
Logs create wallpapers of warnings/errors without pulseaudio bluetooth modules
in image.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb index a9b7bdec09..36fe9cf215 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_42.0.bb | |||
@@ -28,6 +28,17 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
28 | 28 | ||
29 | SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170" | 29 | SRC_URI[archive.sha256sum] = "3d1e2720673bc9a242619dc5d231fd6e776c18a49da29f43cdc433055adb0170" |
30 | 30 | ||
31 | BT_PULSE_PACKS = " \ | ||
32 | pulseaudio-lib-bluez5-util \ | ||
33 | pulseaudio-module-bluetooth-discover \ | ||
34 | pulseaudio-module-bluetooth-policy \ | ||
35 | pulseaudio-module-bluez5-device \ | ||
36 | pulseaudio-module-bluez5-discover \ | ||
37 | " | ||
38 | |||
39 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)}" | ||
40 | PACKAGECONFIG[pulseaudio] = ",,,${BT_PULSE_PACKS}" | ||
41 | |||
31 | FILES:${PN} += "${datadir}/gnome-bluetooth-3.0" | 42 | FILES:${PN} += "${datadir}/gnome-bluetooth-3.0" |
32 | 43 | ||
33 | RDEPENDS:${PN} += "bluez5" | 44 | RDEPENDS:${PN} += "bluez5" |