aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/angstrom-2008.1.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-12 11:06:28 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-12 11:06:28 +0200
commit2b20f795e32bab6ce8ae9c3cce1892073e9b7c7a (patch)
tree80435caeeacd55991f95ab83735c72a0e760183d /conf/distro/angstrom-2008.1.conf
parent0757a01c8ce32871e4f8c769563aa3b9ffa1a2a0 (diff)
downloadopenembedded-2b20f795e32bab6ce8ae9c3cce1892073e9b7c7a.tar.gz
bluez4: fix HUGE bug
* the recipe installed the .pc file, but not headers and libs, so application checking for bluez4 would actually build against bluez3 headers and libs * for angstrom, replace bluez-libs3 with bluez4 at buildtime
Diffstat (limited to 'conf/distro/angstrom-2008.1.conf')
-rw-r--r--conf/distro/angstrom-2008.1.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf
index e3e36d5c59..37cb8f068a 100644
--- a/conf/distro/angstrom-2008.1.conf
+++ b/conf/distro/angstrom-2008.1.conf
@@ -163,6 +163,7 @@ PREFERRED_PROVIDER_ntp ?= "ntp"
PREFERRED_PROVIDER_hotplug = "udev"
PREFERRED_PROVIDER_libxss = "libxss"
PREFERRED_PROVIDER_bluez-utils-dbus = "bluez-utils"
+PREFERRED_PROVIDER_bluez-libs = "bluez4"
# we don't ship gtk-directfb by default
PREFERRED_PROVIDER_gtk+ ?= "gtk+"