From: Michael 'Mickey' Lauer Date: Tue, 10 Feb 2009 23:01:56 +0000 (+0100) Subject: task-base: introduce BLUETOOTH_MANAGER, so we can use task-base, but still speficy... X-Git-Tag: Release-2010-05/1~3976^2~52^2~24^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16673108cbe9447d011aa19d38d0dc737f5da776;p=openembedded.git task-base: introduce BLUETOOTH_MANAGER, so we can use task-base, but still speficy the preferred bluetooth bunch --- diff --git a/packages/tasks/task-base.bb b/packages/tasks/task-base.bb index 504332f9a5..c60ae4ff0b 100644 --- a/packages/tasks/task-base.bb +++ b/packages/tasks/task-base.bb @@ -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 = "\