mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
packagegroup-basic: select distro preference for bluez provider
Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
dc55865551
commit
a84b65c7d0
|
|
@ -9,6 +9,7 @@ PR = "r13"
|
|||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
inherit packagegroup
|
||||
inherit bluetooth
|
||||
|
||||
# Poke extra recomendations into the list using your machine.conf
|
||||
#
|
||||
|
|
@ -45,7 +46,7 @@ RRECOMMENDS_${PN} = "\
|
|||
${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \
|
||||
${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \
|
||||
\
|
||||
${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \
|
||||
${@base_contains("DISTRO_FEATURES", "bluetooth", "${BLUEZ}", "", d)} \
|
||||
${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \
|
||||
\
|
||||
tzdata \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user