From: Marcin Juszkiewicz Date: Wed, 27 Sep 2006 14:01:51 +0000 (+0000) Subject: task-base: if there are usbhost and bluetooth supported then add module for USB BT X-Git-Tag: Release-2010-05/1~9453^2~677^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af818f029cb4e4f74a29c30df82c89c774927e2c;p=openembedded.git task-base: if there are usbhost and bluetooth supported then add module for USB BT --- diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb index c3eeda5726..6d54471865 100644 --- a/packages/tasks/task-base.bb +++ b/packages/tasks/task-base.bb @@ -195,6 +195,7 @@ task-base-bluetooth-rrecommends = "\ kernel-module-hidp \ kernel-module-hci-uart \ kernel-module-sco \ + ${@base_contains("COMBINED_FEATURES", "usbhost", "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)} \