Skip to content

Commit

Permalink
minimal.conf: Fully switch to bluez4
Browse files Browse the repository at this point in the history
We still had bluez-libs being set for bluez-libs rather than bluez4 which
meant that both were being built.

Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
  • Loading branch information
Tom Rini committed Jan 10, 2011
1 parent b329bb2 commit 9fd078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/distro/minimal.conf
Expand Up @@ -24,7 +24,7 @@ DISTRO_CHECK := "${@bb.data.getVar('DISTRO_VERSION',d,1) or bb.fatal('Remove thi
# Use bluetooth 4.0
DISTRO_BLUETOOTH_MANAGER = "bluez4"
PREFERRED_PROVIDER_bluez-utils-dbus = "bluez4"
PREFERRED_PROVIDER_bluez-libs = "bluez-libs"
PREFERRED_PROVIDER_bluez-libs = "bluez4"
PREFERRED_PROVIDER_bluez-utils = "bluez4"

# We want images supporting the following features (for task-base)
Expand Down

0 comments on commit 9fd078b

Please sign in to comment.