summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-core/packagegroups/packagegroup-basic.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
index 20b16527e..4f2992cb6 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-basic.bb
@@ -9,6 +9,7 @@ PR = "r13"
9 9
10PACKAGE_ARCH = "${MACHINE_ARCH}" 10PACKAGE_ARCH = "${MACHINE_ARCH}"
11inherit packagegroup 11inherit packagegroup
12inherit bluetooth
12 13
13# Poke extra recomendations into the list using your machine.conf 14# Poke extra recomendations into the list using your machine.conf
14# 15#
@@ -45,7 +46,7 @@ RRECOMMENDS_${PN} = "\
45 ${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \ 46 ${@base_contains("MACHINE_FEATURES", "alsa", "alsa-utils-alsamixer", "", d)} \
46 ${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \ 47 ${@base_contains("MACHINE_FEATURES", "usbgadget", "kernel-module-g-ether kernel-module-g-serial kernel-module-g-mass-storage", "", d)} \
47 \ 48 \
48 ${@base_contains("DISTRO_FEATURES", "bluetooth", "bluez4", "", d)} \ 49 ${@base_contains("DISTRO_FEATURES", "bluetooth", "${BLUEZ}", "", d)} \
49 ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \ 50 ${@base_contains("DISTRO_FEATURES", "wifi", "iw wpa-supplicant", "", d)} \
50 \ 51 \
51 tzdata \ 52 tzdata \