[oe-commits] org.oe.dev task-base: if there are usbhost and bluetooth supported then add module for USB BT

hrw commit openembedded-commits at lists.openembedded.org
Wed Sep 27 14:13:17 UTC 2006


task-base: if there are usbhost and bluetooth supported then add module for USB BT

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: ab63b1604a1e9c3b65c93fa264fa233a6b8e783b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ab63b1604a1e9c3b65c93fa264fa233a6b8e783b
Files:
1
packages/tasks/task-base.bb
Diffs:

#
# mt diff -r28236de967cac7d1fa6cd060e7201e8c223896b9 -rab63b1604a1e9c3b65c93fa264fa233a6b8e783b
#
# 
# 
# patch "packages/tasks/task-base.bb"
#  from [63982b9b816783d7285ea79a5920941035d3f59e]
#    to [60f4a15cfbb3e49004c7a04d90f1313cd7575351]
# 
============================================================
--- packages/tasks/task-base.bb	63982b9b816783d7285ea79a5920941035d3f59e
+++ packages/tasks/task-base.bb	60f4a15cfbb3e49004c7a04d90f1313cd7575351
@@ -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)} \






More information about the Openembedded-commits mailing list