All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cristian Iorga <cristian.iorga@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 11/11] qt-mobility: select distro preference for bluez provider
Date: Tue, 17 Feb 2015 15:08:04 +0200	[thread overview]
Message-ID: <d7b99992c2f965913cdf23bb789277fe828a8b6e.1424178303.git.cristian.iorga@intel.com> (raw)
In-Reply-To: <cover.1424178303.git.cristian.iorga@intel.com>
In-Reply-To: <cover.1424178303.git.cristian.iorga@intel.com>

From: "Peter A. Bigot" <pab@pabigot.com>

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
index ae1769d..5758e1e 100644
--- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
+++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc
@@ -1,9 +1,11 @@
 HOMEPAGE = "http://qt-project.org/"
 DEPENDS = "gstreamer util-linux"
 
+inherit bluetooth
+
 PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
-                   ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}"
-PACKAGECONFIG[bluetooth] = ",,bluez4"
+                   ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', '${BLUEZ}', '', d)}"
+PACKAGECONFIG[bluez4] = ",,bluez4"
 PACKAGECONFIG[pulseaudio] = ",,pulseaudio"
 
 LICENSE = "LGPLv2.1"
@@ -65,7 +67,7 @@ maemo5-contacts_enabled = no
 maemo5-calendar_enabled = no
 maemo6-landmarks_enabled = no
 bme_enabled = no
-bluez_enabled = ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', 'yes', 'no', d)}
+bluez_enabled = ${@bb.utils.contains('PACKAGECONFIG', 'bluez4', 'yes', 'no', d)}
 proj_enabled = no
 gstreamer-photography_enabled = no
 gstreamer-appsrc_enabled = yes
-- 
2.1.0



      parent reply	other threads:[~2015-02-17 13:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-17 13:07 [PATCH v2 00/11] BlueZ 5 as bluetooth alternative stack Cristian Iorga
2015-02-17 13:07 ` [PATCH v2 01/11] bluetooth.bbclass: simplify recipe inference of bluetooth provider Cristian Iorga
2015-02-17 13:07 ` [PATCH v2 02/11] packagegroup-base: select distro preference for bluez provider Cristian Iorga
2015-02-17 13:07 ` [PATCH v2 03/11] pulseaudio: " Cristian Iorga
2015-02-17 13:07 ` [PATCH v2 04/11] neard: " Cristian Iorga
2015-02-17 13:07 ` [PATCH v2 05/11] libpcap: " Cristian Iorga
2015-02-17 13:07 ` [PATCH v2 06/11] ofono: " Cristian Iorga
2015-02-17 13:08 ` [PATCH v2 07/11] gstreamer1.0-plugins-bad: " Cristian Iorga
2015-02-17 13:08 ` [PATCH v2 08/11] conf/distro/include/default-providers: updated bluez-hcidump providers Cristian Iorga
2015-02-17 13:08 ` [PATCH v2 09/11] connman: depend on distro provider of bluez Cristian Iorga
2015-02-17 13:08 ` [PATCH v2 10/11] default-providers: Set the preferred provider for bluez based on version Cristian Iorga
2015-02-17 13:08 ` Cristian Iorga [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d7b99992c2f965913cdf23bb789277fe828a8b6e.1424178303.git.cristian.iorga@intel.com \
    --to=cristian.iorga@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.