From 4c10cafda41df5c277cdd9dd19838ea090520a65 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 3 Jul 2019 09:23:58 +0300 Subject: packagegroup-basic: Remove bluez4 support bluez4 was removed from meta-oe 2 years ago. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/recipes-core/packagegroups/packagegroup-basic.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb index b12183b3a4..54b59ccb79 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb @@ -9,7 +9,6 @@ PR = "r13" PACKAGE_ARCH = "${MACHINE_ARCH}" inherit packagegroup -inherit bluetooth # Poke extra recomendations into the list using your machine.conf # @@ -46,7 +45,7 @@ RRECOMMENDS_${PN} = "\ ${@bb.utils.contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \ \ - ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "${BLUEZ}", "", d)} \ + ${@bb.utils.contains("DISTRO_FEATURES", "bluetooth", "bluez5", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \ \ tzdata \ -- cgit v1.2.3-54-g00ecf