mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
packagegroup-base: select distro preference for bluez provider
(From OE-Core rev: 08d7e1e96270006ad74a281ff8b91d8dab50662a) Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1139cc4eef
commit
0c9d0e964e
@@ -8,6 +8,7 @@ PR = "r83"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
inherit bluetooth
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = ' \
|
||||
@@ -203,7 +204,7 @@ RRECOMMENDS_packagegroup-base-pcmcia = "\
|
||||
|
||||
SUMMARY_packagegroup-base-bluetooth = "Bluetooth support"
|
||||
RDEPENDS_packagegroup-base-bluetooth = "\
|
||||
bluez4 \
|
||||
${BLUEZ} \
|
||||
${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'libasound-module-bluez', '',d)} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user