mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
meta: Remove remnants of bluez4 support
bluez4 was removed from meta-oe 2 years ago. Simplfy the setup of the two level bluetooth and bluez4/bluez5 distro features by removing the bluez4/bluez5 distro features. This also removes the no longer required bluetooth class. (From OE-Core rev: dcf889e93401f7c4de0055d53271eacc3882eccc) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7a6b2ce603
commit
a9bbda96eb
@@ -7,7 +7,6 @@ PR = "r83"
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
inherit bluetooth
|
||||
|
||||
PROVIDES = "${PACKAGES}"
|
||||
PACKAGES = ' \
|
||||
@@ -199,8 +198,7 @@ RRECOMMENDS_packagegroup-base-pcmcia = "\
|
||||
|
||||
SUMMARY_packagegroup-base-bluetooth = "Bluetooth support"
|
||||
RDEPENDS_packagegroup-base-bluetooth = "\
|
||||
${BLUEZ} \
|
||||
${@bb.utils.contains('COMBINED_FEATURES', 'alsa', bb.utils.contains('BLUEZ', 'bluez4', 'libasound-module-bluez', '', d), '',d)} \
|
||||
bluez5 \
|
||||
"
|
||||
|
||||
RRECOMMENDS_packagegroup-base-bluetooth = "\
|
||||
|
||||
Reference in New Issue
Block a user