aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/minimal.conf
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-07 10:35:07 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-10 10:10:04 -0700
commit9fd078b63be8b04b3b785508b4918fb095b737de (patch)
tree8f8e6cd57efb6b51afbb69583169420c9006b775 /conf/distro/minimal.conf
parentb329bb24204c59f4f9c156f9942f5a876bdad136 (diff)
downloadopenembedded-9fd078b63be8b04b3b785508b4918fb095b737de.tar.gz
minimal.conf: Fully switch to bluez4
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>
Diffstat (limited to 'conf/distro/minimal.conf')
-rw-r--r--conf/distro/minimal.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 4cdf2375b3..5a19cbc97f 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -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)