task-base: introduce BLUETOOTH_MANAGER, so we can use task-base, but still speficy...
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 10 Feb 2009 23:01:56 +0000 (00:01 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Tue, 10 Feb 2009 23:01:56 +0000 (00:01 +0100)
packages/tasks/task-base.bb

index 504332f..c60ae4f 100644 (file)
@@ -60,6 +60,15 @@ HOTPLUG ?= "${@base_contains("MACHINE_FEATURES", "kernel24",  "linux-hotplug",""
 #
 DISTRO_SSH_DAEMON ?= "dropbear"
 
+#
+# bluetooth manager
+#
+DISTRO_BLUETOOTH_MANAGER ?= "\
+       blueprobe \
+       bluez-utils \
+       bluez-utils-compat \
+       "
+
 #
 # pcmciautils for >= 2.6.13-rc1, pcmcia-cs for others
 #
@@ -234,10 +243,8 @@ task-base-pcmcia26 = "\
 
 # Provide bluez-utils-compat utils for the time being, the binaries in that package will vanish soon from upstream releases, so beware! 
 
-RDEPENDS_task-base-bluetooth = "\ 
-    blueprobe \
-    bluez-utils \
-    bluez-utils-compat \  
+RDEPENDS_task-base-bluetooth = "\
+    ${DISTRO_BLUETOOTH_MANAGER} \
     "
 
 RRECOMMENDS_task-base-bluetooth = "\