[oe-commits] Khem Raj : minimal.conf: Select bluez4 for bluez-utils-dbus and bluez-utils

git version control git at git.openembedded.org
Fri Sep 3 17:46:48 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Sep  1 20:23:13 2010 -0700

minimal.conf: Select bluez4 for bluez-utils-dbus and bluez-utils

* Set bluez-libs for PREFERRED_PROVIDER for bluez-libs

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/minimal.conf |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf
index 7216976..2f3a821 100644
--- a/conf/distro/minimal.conf
+++ b/conf/distro/minimal.conf
@@ -22,7 +22,11 @@ DISTRO_CHECK := "${@bb.data.getVar('DISTRO_VERSION',d,1) or bb.fatal('Remove thi
 # FEATURE SELECTION
 #############################################################################
 # Use bluetooth 4.0
-DISTRO_BLUETOOTH_MANAGER = "bluez4"
+DISTRO_BLUETOOTH_MANAGER            = "bluez4"
+PREFERRED_PROVIDER_bluez-utils-dbus = "bluez4"
+PREFERRED_PROVIDER_bluez-libs       = "bluez-libs"
+PREFERRED_PROVIDER_bluez-utils      = "bluez4"
+
 # We want images supporting the following features (for task-base)
 DISTRO_FEATURES = "ipv4 ipv6 nfs smbfs wifi ppp alsa ext2 vfat pcmcia usbgadget usbhost pci"
 # Following features are for ARM and E500 based machines





More information about the Openembedded-commits mailing list