aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-base.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2009-04-23 18:24:31 +0200
committerMarcin Juszkiewicz <hrw@openembedded.org>2009-04-23 18:25:07 +0200
commitfcffc3712b9e3f2b4c7062f4b57ca06caff60d7d (patch)
tree5b260ffe8563ec9106da861598b5f55a596cca58 /recipes/tasks/task-base.bb
parent1f1566b8c3b509f3ce5046f49b8b00da30ddc16f (diff)
downloadopenembedded-fcffc3712b9e3f2b4c7062f4b57ca06caff60d7d.tar.gz
task-base: added btusb driver to list of recommended BT drivers
Diffstat (limited to 'recipes/tasks/task-base.bb')
-rw-r--r--recipes/tasks/task-base.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/tasks/task-base.bb b/recipes/tasks/task-base.bb
index 2269662ebe..66c26af181 100644
--- a/recipes/tasks/task-base.bb
+++ b/recipes/tasks/task-base.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r82"
+PR = "r83"
inherit task
@@ -256,7 +256,7 @@ RRECOMMENDS_task-base-bluetooth = "\
kernel-module-hidp \
kernel-module-hci-uart \
kernel-module-sco \
- ${@base_contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-hci-usb', '',d)} \
+ ${@base_contains('COMBINED_FEATURES', 'usbhost', 'kernel-module-btusb kernel-module-hci-usb', '',d)} \
${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetooth3c-cs', '',d)} \
${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluecard-cs', '',d)} \
${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-bluetoothuart-cs', '',d)} \