task-base.bb: Add explicit dependency on bluez-dtl1-workaround to task-base-bluetooth.
authorPaul Sokolovsky <pmiscml@gmail.com>
Sat, 7 Jul 2007 14:55:26 +0000 (14:55 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Sat, 7 Jul 2007 14:55:26 +0000 (14:55 +0000)
* As a workaround for bitbake's issued with handling DEPENDS on a PACKAGES_DYNAMIC-generated
package.

packages/tasks/task-base.bb

index 1ef70f6..c7dbf15 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r38"
+PR = "r39"
 
 DEPENDS = "task-boot"
 PROVIDES = "${PACKAGES}"
@@ -239,7 +239,11 @@ RRECOMMENDS_task-base-bluetooth = "\
     ${@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)} \
-    ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)}"
+    ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'kernel-module-dtl1-cs', '',d)} \
+    ${@base_contains('COMBINED_FEATURES', 'pcmcia', 'bluez-dtl1-workaround', '',d)} \
+    "
+# bluez-dtl1-workaround above is workaround for bitbake not handling DEPENDS on it in
+# kernel.bbclass. It should be there as long as kernel-module-dtl1-cs is, but not longer.
 
 RDEPENDS_task-base-irda = "\
     irda-utils"