diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-12 11:06:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-12 11:06:28 +0200 |
commit | 2b20f795e32bab6ce8ae9c3cce1892073e9b7c7a (patch) | |
tree | 80435caeeacd55991f95ab83735c72a0e760183d /conf | |
parent | 0757a01c8ce32871e4f8c769563aa3b9ffa1a2a0 (diff) |
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')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 1 |
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+" |