[oe] [PATCH 1/2] minimal.conf: Fully switch to bluez4

Tom Rini tom_rini at mentor.com
Mon Jan 10 16:24:55 UTC 2011


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 at gmail.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>
---
 conf/distro/minimal.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index c935080..f9bfe03 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)
-- 
1.7.0.2





More information about the Openembedded-devel mailing list