[oe-commits] Michael 'Mickey' Lauer : task-base: introduce BLUETOOTH_MANAGER, so we can use task-base, but still speficy the preferred bluetooth bunch

GIT User account git at amethyst.openembedded.net
Tue Feb 10 23:04:44 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 16673108cbe9447d011aa19d38d0dc737f5da776
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=16673108cbe9447d011aa19d38d0dc737f5da776

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Feb 11 00:01:56 2009 +0100

task-base: introduce BLUETOOTH_MANAGER, so we can use task-base, but still speficy the preferred bluetooth bunch

---

 packages/tasks/task-base.bb |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb
index 504332f..c60ae4f 100644
--- a/packages/tasks/task-base.bb
+++ b/packages/tasks/task-base.bb
@@ -61,6 +61,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
 #
 PCMCIA_MANAGER ?= "${@base_contains('MACHINE_FEATURES', 'kernel26','pcmciautils','pcmcia-cs',d)} "
@@ -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 = "\





More information about the Openembedded-commits mailing list