summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/packagegroups
diff options
context:
space:
mode:
authorPeter Bigot <pab@pabigot.com>2015-02-08 12:47:36 -0600
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-27 09:35:50 +0100
commita84b65c7d079d6205bd45b32b55231faeea9938b (patch)
treefd48760e4ac43ded0a02c7f6a10130fd015fbb28 /meta-oe/recipes-core/packagegroups
parentdc558655518e9722e43a5a56559c2adf918c7b54 (diff)
downloadmeta-openembedded-a84b65c7d079d6205bd45b32b55231faeea9938b.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-core/packagegroups')
-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 \